mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Rely more on kerberos.
Don't read ipa.conf to get the realm, the kerberos libs do that for you. Use the krbPrincipalName to change passwords Make it possible to specify the principal at user creation. Mail is not a required attribute so far, don't require it.
This commit is contained in:
@@ -319,6 +319,7 @@ def handler(req, profiling=False):
|
||||
h = ModXMLRPCRequestHandler()
|
||||
h.register_function(f.get_user_by_uid)
|
||||
h.register_function(f.get_user_by_dn)
|
||||
h.register_function(f.get_user_by_principal)
|
||||
h.register_function(f.get_users_by_manager)
|
||||
h.register_function(f.add_user)
|
||||
h.register_function(f.get_add_schema)
|
||||
|
||||
Reference in New Issue
Block a user