remove offensive use of rpm

add the radiusprofile to the list of objectclasses used when creating a user
This commit is contained in:
John Dennis
2007-11-06 16:26:10 -05:00
parent 8e48393c61
commit 80c4ed7af2
4 changed files with 25 additions and 45 deletions

View File

@@ -443,7 +443,7 @@ class IPAServer:
# some required objectclasses
entry.setValues('objectClass', 'top', 'person', 'organizationalPerson',
'inetOrgPerson', 'inetUser', 'posixAccount', 'krbPrincipalAux')
'inetOrgPerson', 'inetUser', 'posixAccount', 'krbPrincipalAux', 'radiusprofile')
# fill in our new entry with everything sent by the user
for u in user: