[Date Prev][Date Next] [Chronological] [Thread] [Top]

ldap specifying host attribute



Hi,

I am trying to set up a host based authentication. For that  ,am  modifying the host attribute of existing users through an ldif file as below

dn: uid=sam,ou=People,dc=example,dc=com
changetype: modify
add: objectClass
objectClass: hostObject
-
add: host
host: abc
host: xyz


Is there a way I can put the lidt of hosts in a single line
something like this

host: xyz abc


Thanks,

Rakesh