in reply to Re^3: Change a user's Kerberos Password?
in thread Change a user's Kerberos Password?
Example: Two companies, two domains, call them ZAY and BXC. First configure your krb5.conf file for connecting to the ZAY domain. Once you're able to kinit and net join to that domain, copy the krb5.conf to zay-krb5.conf.
Next, configure the krb5.conf file to connect to the BXC domain. Once you're able to kinit and net join to that domain, copy the krb5.conf to bxc-krb5.conf.
Once you know which domain you want to talk to, lets assume zay for this example, do this:
-Scottexport KRB5_CONFIG='zay-krb5.conf'; perl <script name>
|
|---|