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

Re: which attributes compose "Relative Distinguished Names"



Emmanuel JEGOU wrote:
> 
> Song a écrit :
> 
> > Hello,
> >
> > I'm new to LDAP and am confused about:
> >
> > 1.which attributes compose "Relative Distinguished Names"? It seems that
> > nothing
> >   in the configuration file indicates them.
> 
> You can have the attribut you want for the Relative Distinguished Name, but
> on one level of your tree it must be the same.
> 

Thank you for the help. But I'm still confused :(

  If we don't indicate which attributes compose RDN and their levels in
the tree, then we
  can have several different views of the database, for example:

                  c=CN                                c=CN
                   /\                                  /\
                  /  \                                /  \
                 /    \                              /    \
                /      \                            /      \
           o=org1      o=org2                ou=unit1      ou=unit2
            /\             /\                  /\              /\
           /  \           /  \                /  \            /  \
          /    \         /    \              /    \          /    \
  ou=unit1  ou=unit2 ou=unit1 ou=unit2   o=org1   o=org2  o=org1  o=org2

Thanks in advance

song