[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
LDAP_ERROR:0x44
Hello to all
Is there any chance to have, for instance, two or more LDAP entries with the
same name ?
I wrote a schema where i define an object class like this:
-----------8<------------------8<----------------8<--------------------
objectclass ( LDAPElementsObjectClasses:12
NAME 'nnmNodesNet'
DESC 'Provides a way to see all nodes on a network without going
through
nnmObjects and nnmInterfaces'
SUP top STRUCTURAL
MUST ( nnmNodeName )
MAY ( nnmNetIPAddress ) )
-----------8<------------------8<----------------8<--------------------
And i really need to have several objects with the same 'nnmNodeName'.
Bellow follow a short ldif code as example
-----------8<------------------8<----------------8<--------------------
dn:nnmNodeName=preguica,hpovcn=NodesNet,hpovcn=Topology,hpovcn=NNM,nmcn=HPOpenView,dc=xe4500
nnmNodeName: preguica.net
nnmNetIPAddress: 192.168.109.1
objectClass: nnmNodesNet
objectClass: top
dn:nnmNodeName=,hpovcn=NodesNet,hpovcn=Topology,hpovcn=NNM,nmcn=HPOpenView,dc=xe4500
nnmNodeName: preguica.net
nnmNetIPAddress: 192.168.109.2
objectClass: nnmNodesNet
-----------8<------------------8<----------------8<--------------------
As we may see, i have two objects with the same name. It differences reside in
the other attributes.
It is possible to achieve this situation ?
case affirmative how can i manage to ?
Thanks
Bruno F. Marques
--
pub 1024D/DFFF5115 2003-09-18 Bruno Filipe Marques (DEE/ESTV)
<bmarq@elect.estv.ipv.pt>
Key fingerprint = 6C77 7ED6 6C1D 55B4 7FD3 6C59 395C A4BA DFFF 5115