mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Use correct attribute for hosts.
This commit is contained in:
committed by
Jason Gerard DeRose
parent
1ea6def129
commit
87d93e2c74
@@ -67,7 +67,7 @@ import logging
|
||||
_type_map = {
|
||||
'user': 'ldap:///uid=*,%s,%s' % (api.env.container_user, api.env.basedn),
|
||||
'group': 'ldap:///cn=*,%s,%s' % (api.env.container_group, api.env.basedn),
|
||||
'host': 'ldap:///cn=*,%s,%s' % (api.env.container_host, api.env.basedn)
|
||||
'host': 'ldap:///fqdn=*,%s,%s' % (api.env.container_host, api.env.basedn)
|
||||
}
|
||||
|
||||
_valid_permissions_values = [
|
||||
|
||||
Reference in New Issue
Block a user