lists.arthurdejong.org
RSS feed

Re: [nssldap] restricting users to certain hosts?

[Date Prev][Date Next] [Thread Prev][Thread Next]

Re: [nssldap] restricting users to certain hosts?



Buchan Milne wrote:
You need to separate operations with a line with just a hyphen. And don't add objectclass account, it is structural, and will conflict with your existing structural, the point of hostobject is to avoid the need for account. Try this:

dn: uid=astewart,ou=People,dc=mdah,dc=state,dc=ms,dc=us
changetype: modify
add: objectClass
objectClass: hostObject
-
add: host
host: roark
host: welty
host: manship
host: archives4


thanks, that worked great!