[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
repeat elements
Lou Daly writes:
>
> Not sure if I'm on the right track...
> I need to supply a list of locations that fall under one managing group
> thinking of this
>
> dn: ou=authorities,o=myco,c=gb
> ou: authorities
> objectclass: organizationalunit
>
> dn: ou=alpha_a, ou=authorities, o=myco, c=gb
> ou: alpha_a
> objectclass: organizationalunit
>
> dn: cn=angus, ou=alpha_a, ou=authorities, o-myco, c=gb
> cn: angus
> l: address1
> l: address2
> l: address3
>
> my l: addressX entries do not have dn entries in the tree
this last entry needs an objectclass such as
objectclass: organizationalPerson
which has locality as an allowable attribute (it also requires the
"sn" attribute).
Bill A