Dear Users,
I'm trying to understand the LDIF format and wonder in which schema file the attribute 'dn' is defined?
I can only find the long form distinguishedName in core.schema.
This is the example I'm using for research:
dn: dc=structure-net, dc=de
objectclass: organization
objectclass: top
o: Structure Net
l: Hamburg
postalcode: 21033
streetaddress: Billwiese 22
Any help is greatly appreciated.
Regards,
Stefan
Stefan Bauer wrote:
I'm trying to understand the LDIF format
http://tools.ietf.org/html/rfc2849
Ciao, Michael.
On 02/06/15 11:36, Stefan Bauer wrote:
I'm trying to understand the LDIF format and wonder in which schema file the attribute 'dn' is defined?
'dn' is not an attribute, it's the name of the entry: http://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol#Directory...
I can only find the long form distinguishedName in core.schema.
That's an abstract attribute which DN-valued attributes can inherit from.
-----Ursprüngliche Nachricht----- Von:Hallvard Breien Furuseth h.b.furuseth@usit.uio.no On 02/06/15 11:36, Stefan Bauer wrote:
I'm trying to understand the LDIF format and wonder in which schema file the attribute 'dn' is defined?
'dn' is not an attribute, it's the name of the entry: http://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol#Directory...
I can only find the long form distinguishedName in core.schema.
That's an abstract attribute which DN-valued attributes can inherit from.
Thank you all. Now this topic is much clearer.
Stefan
openldap-technical@openldap.org