rjancewicz / python-kadmin

Python module for kerberos admin (kadm5)
MIT License
35 stars 40 forks source link

There is no way to set the realm upon which to perform operations #57

Open dakovacic opened 6 years ago

dakovacic commented 6 years ago

Upon startup the module loads the default realm from the configuration file and all subsequent operations are performed on on that system's default realm. We have three separate realms (development, test, and production) and it would be extremely useful to us to be able to perform kadmin operations on all three realms from a single (production) machine.

In perl (Authen::Krb5::Admin), you have the ability to create a configuration object and pass the realm in that, so that might be a viable option here as well.