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