[MASOCH-L] Problema configuração ldap
patrick
patrick_rsl at yahoo.com.br
Tue Feb 12 11:38:43 -03 2008
Fiz como vc falou e no final do "splapd -d 16383" apareceu esse mesmos
erros:
line 8 (pidfile /var/run/slapd/slapd.pid)
line 9 (argsfile /var/run/slapd/slapd.args)
line 11 (modulepath /usr/lib/ldap)
line 12 (moduleload back_bdb)
loaded module back_bdb
bdb_back_initialize: initialize BDB backend
bdb_back_initialize: Sleepycat Software: Berkeley DB 4.2.52: (December
3, 2003)
module back_bdb: null module registered
line 13 (backend bdb)
line 15 (database "bdb")
bdb_db_init: Initializing BDB database
line 17 (sufix "dc=patrick,dc=com,dc=br")
/etc/ldap/slapd.conf: line 17: unknown directive <sufix> inside backend
database definition (ignored).
line 18 (rootdn "cn=admin,dc=patrick,dc=com,dc=br")
>>> dnPrettyNormal: <cn=admin,dc=patrick,dc=com,dc=br>
=> ldap_bv2dn(cn=admin,dc=patrick,dc=com,dc=br,0)
<= ldap_bv2dn(cn=admin,dc=patrick,dc=com,dc=br)=0
=> ldap_dn2bv(272)
<= ldap_dn2bv(cn=admin,dc=patrick,dc=com,dc=br)=0
=> ldap_dn2bv(272)
<= ldap_dn2bv(cn=admin,dc=patrick,dc=com,dc=br)=0
<<< dnPrettyNormal: <cn=admin,dc=patrick,dc=com,dc=br>,
<cn=admin,dc=patrick,dc=com,dc=br>
line 19 (rootpw ***)
/etc/ldap/slapd.conf: line 19: <rootpw> can only be set when rootdn is
under suffix
slapd destroy: freeing system resources.
slapd stopped.
connections_destroy: nothing to destroy.
Anderson Silva escreveu:
> Olá Patrick,
>
> veja que mensagens estranhas:
> > line 12 (pidfile /var/run/slapd/slapd.pid)
> > /etc/ldap/slapd.conf: line 12: unknown directive <pidfile> inside
> > backend database definition (ignored).
> > line 13 (argsfile /var/run/slapd/slapd.args)
> > /etc/ldap/slapd.conf: line 13: unknown directive <argsfile> inside
> > backend database definition (ignored).
>
> ao que parece o slapd esperava a definição do "backend"!
> altere seu slapd.conf, conforme mostrado a seguir e rode novamente o
> "slapd -d 16383"
>
> /etc/ldap/slapd.conf
> ################################################
> loglevel -1
>
> include /etc/ldap/schema/core.schema
> include /etc/ldap/schema/cosine.schema
> include /etc/ldap/schema/nis.schema
> include /etc/ldap/schema/inetorgperson.schema
>
> pidfile /var/run/slapd/slapd.pid
> argsfile /var/run/slapd/slapd.args
>
> modulepath /usr/lib/ldap
> moduleload back_bdb
> backend bdb
>
> database "bdb"
>
> sufix "dc=patrick,dc=com,dc=br"
> rootdn "cn=admin,dc=patrick,dc=com,dc=br"
> rootpw {SSHA}+7vJt6RStpyegSCslgAaym6P8AhacpF3
>
> directory /var/lib/ldap
>
> Indices to maintain for this database
> index objectClass eq,pres
> index ou,cn,mail,surname,givenname eq,pres,sub
> index uidNumber,gidNumber,loginShell eq,pres
> index uid,memberUid eq,pres,sub
> index nisMapName,nisMapEntry eq,pres,sub
>
> defaultaccess read
>
> ####################################################
>
> On Feb 12, 2008 9:36 AM, patrick <patrick_rsl at yahoo.com.br
> <mailto:patrick_rsl at yahoo.com.br>> wrote:
>
> Ainda não consegui faze roda o ldap.
> No /etc/ldap/ldap.conf precisa de alguma alteração? Essa é minha
> config
> e o erro qd executo:
>
>
> /etc/ldap/slapd.conf
> >
> > loglevel -1
> >
> > include /etc/ldap/schema/core.schema
> > include /etc/ldap/schema/cosine.schema
> > include /etc/ldap/schema/nis.schema
> > include /etc/ldap/schema/inetorgperson.schema
> >
> > modulepath /usr/lib/ldap
> > moduleload back_bdb
> > moduleload back_ldap.so
> >
> > pidfile /var/run/slapd/slapd.pid
> > argsfile /var/run/slapd/slapd.args
> > database "bdb"
> > sufix "dc=patrick,dc=com,dc=br"
> > rootdn "cn=admin,dc=patrick,dc=com,dc=br"
> > rootpw {SSHA}+7vJt6RStpyegSCslgAaym6P8AhacpF3
> >
> > directory /var/lib/ldap
> >
> > Indices to maintain for this database
> > index objectClass eq,pres
> > index ou,cn,mail,surname,givenname eq,pres,sub
> > index uidNumber,gidNumber,loginShell eq,pres
> > index uid,memberUid eq,pres,sub
> > index nisMapName,nisMapEntry eq,pres,sub
> >
> > defaultaccess read
> >
> >
> >
> >
> > petty:/etc/ldap# slapd -d 16383
> > @(#) $OpenLDAP: slapd 2.3.30 (Mar 9 2007 05:43:02) $
> >
> root at windlord:/tmp/buildd/openldap2.3-2.3.30/debian/build/servers/slapd
> > daemon_init: <null>
> > daemon_init: listen on ldap:///
> > daemon_init: 1 listeners to open...
> > ldap_url_parse_ext(ldap:///)
> > daemon: listener initialized ldap:///
> > daemon_init: 2 listeners opened
> > slapd init: initiated server.
> > slap_sasl_init: initialized!
> > reading config file /etc/ldap/slapd.conf
> > line 1 (loglevel -1)
> > line 3 (include /etc/ldap/schema/core.schema)
> > reading config file /etc/ldap/schema/core.schema
> > line 77 (attributetype ( 2.5.4.2 <http://2.5.4.2> NAME
> 'knowledgeInformation' DESC
> > 'RFC2256: knowledge information' EQUALITY caseIgnoreMatch SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.15{32768} ))
> > line 86 (attributetype ( 2.5.4.4 <http://2.5.4.4> NAME ( 'sn'
> 'surname' ) DESC
> > 'RFC2256: last (family) name(s) for which the entity is known
> by' SUP
> > name ))
> > line 92 (attributetype ( 2.5.4.5 <http://2.5.4.5> NAME
> 'serialNumber' DESC 'RFC2256:
> > serial number of the entity' EQUALITY caseIgnoreMatch SUBSTR
> > caseIgnoreSubstringsMatch SYNTAX
> 1.3.6.1.4.1.1466.115.121.1.44{64} ))
> > line 96 (attributetype ( 2.5.4.6 <http://2.5.4.6> NAME ( 'c'
> 'countryName' ) DESC
> > 'RFC2256: ISO-3166 country 2-letter code' SUP name SINGLE-VALUE ))
> > line 100 (attributetype ( 2.5.4.7 <http://2.5.4.7> NAME ( 'l'
> 'localityName' ) DESC
> > 'RFC2256: locality which this object resides in' SUP name ))
> > line 104 (attributetype ( 2.5.4.8 <http://2.5.4.8> NAME ( 'st'
> 'stateOrProvinceName' )
> > DESC 'RFC2256: state or province which this object resides in' SUP
> > name ))
> > line 110 (attributetype ( 2.5.4.9 <http://2.5.4.9> NAME (
> 'street' 'streetAddress' )
> > DESC 'RFC2256: street address of this object' EQUALITY
> caseIgnoreMatch
> > SUBSTR caseIgnoreSubstringsMatch SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.15{128} ))
> > line 114 (attributetype ( 2.5.4.10 <http://2.5.4.10> NAME ( 'o'
> 'organizationName' )
> > DESC 'RFC2256: organization this object belongs to' SUP name ))
> > line 118 (attributetype ( 2.5.4.11 <http://2.5.4.11> NAME ( 'ou'
> > 'organizationalUnitName' ) DESC 'RFC2256: organizational unit this
> > object belongs to' SUP name ))
> > line 122 (attributetype ( 2.5.4.12 <http://2.5.4.12> NAME
> 'title' DESC 'RFC2256: title
> > associated with the entity' SUP name ))
> > line 134 (attributetype ( 2.5.4.14 <http://2.5.4.14> NAME
> 'searchGuide' DESC 'RFC2256:
> > search guide, deprecated by enhancedSearchGuide' SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.25 ))
> > line 140 (attributetype ( 2.5.4.15 <http://2.5.4.15> NAME
> 'businessCategory' DESC
> > 'RFC2256: business category' EQUALITY caseIgnoreMatch SUBSTR
> > caseIgnoreSubstringsMatch SYNTAX
> 1.3.6.1.4.1.1466.115.121.1.15{128} ))
> > line 146 (attributetype ( 2.5.4.16 <http://2.5.4.16> NAME
> 'postalAddress' DESC 'RFC2256:
> > postal address' EQUALITY caseIgnoreListMatch SUBSTR
> > caseIgnoreListSubstringsMatch SYNTAX
> 1.3.6.1.4.1.1466.115.121.1.41 ))
> > line 152 (attributetype ( 2.5.4.17 <http://2.5.4.17> NAME
> 'postalCode' DESC 'RFC2256:
> > postal code' EQUALITY caseIgnoreMatch SUBSTR
> caseIgnoreSubstringsMatch
> > SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40} ))
> > line 158 (attributetype ( 2.5.4.18 <http://2.5.4.18> NAME
> 'postOfficeBox' DESC 'RFC2256:
> > Post Office Box' EQUALITY caseIgnoreMatch SUBSTR
> > caseIgnoreSubstringsMatch SYNTAX
> 1.3.6.1.4.1.1466.115.121.1.15{40} ))
> > line 164 (attributetype ( 2.5.4.19 <http://2.5.4.19> NAME
> 'physicalDeliveryOfficeName'
> > DESC 'RFC2256: Physical Delivery Office Name' EQUALITY
> caseIgnoreMatch
> > SUBSTR caseIgnoreSubstringsMatch SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.15{128} ))
> > line 170 (attributetype ( 2.5.4.20 <http://2.5.4.20> NAME
> 'telephoneNumber' DESC
> > 'RFC2256: Telephone Number' EQUALITY telephoneNumberMatch SUBSTR
> > telephoneNumberSubstringsMatch SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.50{32} ))
> > line 174 (attributetype ( 2.5.4.21 <http://2.5.4.21> NAME
> 'telexNumber' DESC 'RFC2256:
> > Telex Number' SYNTAX 1.3.6.1.4.1.1466.115.121.1.52 ))
> > line 178 (attributetype ( 2.5.4.22 <http://2.5.4.22> NAME
> 'teletexTerminalIdentifier'
> > DESC 'RFC2256: Teletex Terminal Identifier' SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.51 ))
> > line 182 (attributetype ( 2.5.4.23 <http://2.5.4.23> NAME (
> 'facsimileTelephoneNumber'
> > 'fax' ) DESC 'RFC2256: Facsimile (Fax) Telephone Number' SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.22 ))
> > line 188 (attributetype ( 2.5.4.24 <http://2.5.4.24> NAME
> 'x121Address' DESC 'RFC2256:
> > X.121 Address' EQUALITY numericStringMatch SUBSTR
> > numericStringSubstringsMatch SYNTAX
> 1.3.6.1.4.1.1466.115.121.1.36{15} ))
> > line 194 (attributetype ( 2.5.4.25 <http://2.5.4.25> NAME
> 'internationaliSDNNumber' DESC
> > 'RFC2256: international ISDN number' EQUALITY numericStringMatch
> > SUBSTR numericStringSubstringsMatch SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.36{16} ))
> > line 199 (attributetype ( 2.5.4.26 <http://2.5.4.26> NAME
> 'registeredAddress' DESC
> > 'RFC2256: registered postal address' SUP postalAddress SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.41 ))
> > line 205 (attributetype ( 2.5.4.27 <http://2.5.4.27> NAME
> 'destinationIndicator' DESC
> > 'RFC2256: destination indicator' EQUALITY caseIgnoreMatch SUBSTR
> > caseIgnoreSubstringsMatch SYNTAX
> 1.3.6.1.4.1.1466.115.121.1.44{128} ))
> > line 210 (attributetype ( 2.5.4.28 <http://2.5.4.28> NAME
> 'preferredDeliveryMethod' DESC
> > 'RFC2256: preferred delivery method' SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.14 SINGLE-VALUE ))
> > line 216 (attributetype ( 2.5.4.29 <http://2.5.4.29> NAME
> 'presentationAddress' DESC
> > 'RFC2256: presentation address' EQUALITY presentationAddressMatch
> > SYNTAX 1.3.6.1.4.1.1466.115.121.1.43 SINGLE-VALUE ))
> > line 221 (attributetype ( 2.5.4.30 <http://2.5.4.30> NAME
> 'supportedApplicationContext'
> > DESC 'RFC2256: supported application context' EQUALITY
> > objectIdentifierMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 ))
> > line 225 (attributetype ( 2.5.4.31 <http://2.5.4.31> NAME
> 'member' DESC 'RFC2256: member
> > of a group' SUP distinguishedName ))
> > line 229 (attributetype ( 2.5.4.32 <http://2.5.4.32> NAME
> 'owner' DESC 'RFC2256: owner
> > (of the object)' SUP distinguishedName ))
> > line 233 (attributetype ( 2.5.4.33 <http://2.5.4.33> NAME
> 'roleOccupant' DESC 'RFC2256:
> > occupant of role' SUP distinguishedName ))
> > line 251 (attributetype ( 2.5.4.36 <http://2.5.4.36> NAME
> 'userCertificate' DESC
> > 'RFC2256: X.509 user certificate, use ;binary' EQUALITY
> > certificateExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.8 ))
> > line 258 (attributetype ( 2.5.4.37 <http://2.5.4.37> NAME
> 'cACertificate' DESC 'RFC2256:
> > X.509 CA certificate, use ;binary' EQUALITY certificateExactMatch
> > SYNTAX 1.3.6.1.4.1.1466.115.121.1.8 ))
> > line 263 (attributetype ( 2.5.4.38 <http://2.5.4.38> NAME
> 'authorityRevocationList' DESC
> > 'RFC2256: X.509 authority revocation list, use ;binary' SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.9 ))
> > line 268 (attributetype ( 2.5.4.39 <http://2.5.4.39> NAME
> 'certificateRevocationList'
> > DESC 'RFC2256: X.509 certificate revocation list, use ;binary'
> SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.9 ))
> > line 273 (attributetype ( 2.5.4.40 <http://2.5.4.40> NAME
> 'crossCertificatePair' DESC
> > 'RFC2256: X.509 cross certificate pair, use ;binary' SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.10 ))
> > line 283 (attributetype ( 2.5.4.42 <http://2.5.4.42> NAME (
> 'givenName' 'gn' ) DESC
> > 'RFC2256: first name(s) for which the entity is known by' SUP
> name ))
> > line 287 (attributetype ( 2.5.4.43 <http://2.5.4.43> NAME
> 'initials' DESC 'RFC2256:
> > initials of some or all of names, but not the surname(s).' SUP
> name ))
> > line 291 (attributetype ( 2.5.4.44 <http://2.5.4.44> NAME
> 'generationQualifier' DESC
> > 'RFC2256: name qualifier indicating a generation' SUP name ))
> > line 296 (attributetype ( 2.5.4.45 <http://2.5.4.45> NAME
> 'x500UniqueIdentifier' DESC
> > 'RFC2256: X.500 unique identifier' EQUALITY bitStringMatch SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.6 ))
> > line 303 (attributetype ( 2.5.4.46 <http://2.5.4.46> NAME
> 'dnQualifier' DESC 'RFC2256:
> > DN qualifier' EQUALITY caseIgnoreMatch ORDERING
> > caseIgnoreOrderingMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.44 ))
> > line 307 (attributetype ( 2.5.4.47 <http://2.5.4.47> NAME
> 'enhancedSearchGuide' DESC
> > 'RFC2256: enhanced search guide' SYNTAX
> 1.3.6.1.4.1.1466.115.121.1.21 ))
> > line 312 (attributetype ( 2.5.4.48 <http://2.5.4.48> NAME
> 'protocolInformation' DESC
> > 'RFC2256: protocol information' EQUALITY protocolInformationMatch
> > SYNTAX 1.3.6.1.4.1.1466.115.121.1.42 ))
> > line 322 (attributetype ( 2.5.4.50 <http://2.5.4.50> NAME
> 'uniqueMember' DESC 'RFC2256:
> > unique member of a group' EQUALITY uniqueMemberMatch SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.34 ))
> > line 328 (attributetype ( 2.5.4.51 <http://2.5.4.51> NAME
> 'houseIdentifier' DESC
> > 'RFC2256: house identifier' EQUALITY caseIgnoreMatch SUBSTR
> > caseIgnoreSubstringsMatch SYNTAX
> 1.3.6.1.4.1.1466.115.121.1.15{32768} ))
> > line 333 (attributetype ( 2.5.4.52 <http://2.5.4.52> NAME
> 'supportedAlgorithms' DESC
> > 'RFC2256: supported algorithms' SYNTAX
> 1.3.6.1.4.1.1466.115.121.1.49 ))
> > line 338 (attributetype ( 2.5.4.53 <http://2.5.4.53> NAME
> 'deltaRevocationList' DESC
> > 'RFC2256: delta revocation list; use ;binary' SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.9 ))
> > line 342 (attributetype ( 2.5.4.54 <http://2.5.4.54> NAME
> 'dmdName' DESC 'RFC2256: name
> > of DMD' SUP name ))
> > line 346 (attributetype ( 2.5.4.65 <http://2.5.4.65> NAME
> 'pseudonym' DESC 'X.520(4th):
> > pseudonym for the object' SUP name ))
> > line 366 (objectclass ( 2.5.6.2 <http://2.5.6.2> NAME 'country'
> DESC 'RFC2256: a
> > country' SUP top STRUCTURAL MUST c MAY ( searchGuide $
> description ) ))
> > line 371 (objectclass ( 2.5.6.3 <http://2.5.6.3> NAME 'locality'
> DESC 'RFC2256: a
> > locality' SUP top STRUCTURAL MAY ( street $ seeAlso $
> searchGuide $ st
> > $ l $ description ) ))
> > line 382 (objectclass ( 2.5.6.4 <http://2.5.6.4> NAME
> 'organization' DESC 'RFC2256: an
> > organization' SUP top STRUCTURAL MUST o MAY ( userPassword $
> > searchGuide $ seeAlso $ businessCategory $ x121Address $
> > registeredAddress $ destinationIndicator $ preferredDeliveryMethod $
> > telexNumber $ teletexTerminalIdentifier $ telephoneNumber $
> > internationaliSDNNumber $ facsimileTelephoneNumber $ street $
> > postOfficeBox $ postalCode $ postalAddress $
> > physicalDeliveryOfficeName $ st $ l $ description ) ))
> > line 393 (objectclass ( 2.5.6.5 <http://2.5.6.5> NAME
> 'organizationalUnit' DESC
> > 'RFC2256: an organizational unit' SUP top STRUCTURAL MUST ou MAY (
> > userPassword $ searchGuide $ seeAlso $ businessCategory $
> x121Address
> > $ registeredAddress $ destinationIndicator $
> preferredDeliveryMethod $
> > telexNumber $ teletexTerminalIdentifier $ telephoneNumber $
> > internationaliSDNNumber $facsimileTelephoneNumber $ street $
> > postOfficeBox $ postalCode $ postalAddress $
> > physicalDeliveryOfficeName $ st $ l $ description ) ))
> > line 399 (objectclass ( 2.5.6.6 <http://2.5.6.6> NAME 'person'
> DESC 'RFC2256: a person'
> > SUP top STRUCTURAL MUST ( sn $ cn ) MAY ( userPassword $
> > telephoneNumber $ seeAlso $ description ) ))
> > line 408 (objectclass ( 2.5.6.7 <http://2.5.6.7> NAME
> 'organizationalPerson' DESC
> > 'RFC2256: an organizational person' SUP person STRUCTURAL MAY (
> title
> > $ x121Address $ registeredAddress $ destinationIndicator $
> > preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
> > telephoneNumber $ internationaliSDNNumber $
> facsimileTelephoneNumber $
> > street $ postOfficeBox $ postalCode $ postalAddress $
> > physicalDeliveryOfficeName $ ou $ st $ l ) ))
> > line 419 (objectclass ( 2.5.6.8 <http://2.5.6.8> NAME
> 'organizationalRole' DESC
> > 'RFC2256: an organizational role' SUP top STRUCTURAL MUST cn MAY (
> > x121Address $ registeredAddress $ destinationIndicator $
> > preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
> > telephoneNumber $ internationaliSDNNumber $
> facsimileTelephoneNumber $
> > seeAlso $ roleOccupant $ preferredDeliveryMethod $ street $
> > postOfficeBox $ postalCode $ postalAddress $
> > physicalDeliveryOfficeName $ ou $ st $ l $ description ) ))
> > line 425 (objectclass ( 2.5.6.9 <http://2.5.6.9> NAME
> 'groupOfNames' DESC 'RFC2256: a
> > group of names (DNs)' SUP top STRUCTURAL MUST ( member $ cn ) MAY (
> > businessCategory $ seeAlso $ owner $ ou $ o $ description ) ))
> > line 436 (objectclass ( 2.5.6.10 <http://2.5.6.10> NAME
> 'residentialPerson' DESC
> > 'RFC2256: an residential person' SUP person STRUCTURAL MUST l MAY (
> > businessCategory $ x121Address $ registeredAddress $
> > destinationIndicator $ preferredDeliveryMethod $ telexNumber $
> > teletexTerminalIdentifier $ telephoneNumber $
> internationaliSDNNumber
> > $ facsimileTelephoneNumber $ preferredDeliveryMethod $ street $
> > postOfficeBox $ postalCode $ postalAddress $
> > physicalDeliveryOfficeName $ st $ l ) ))
> > line 442 (objectclass ( 2.5.6.11 <http://2.5.6.11> NAME
> 'applicationProcess' DESC
> > 'RFC2256: an application process' SUP top STRUCTURAL MUST cn MAY (
> > seeAlso $ ou $ l $ description ) ))
> > line 449 (objectclass ( 2.5.6.12 <http://2.5.6.12> NAME
> 'applicationEntity' DESC
> > 'RFC2256: an application entity' SUP top STRUCTURAL MUST (
> > presentationAddress $ cn ) MAY ( supportedApplicationContext $
> seeAlso
> > $ ou $ o $ l $ description ) ))
> > line 454 (objectclass ( 2.5.6.13 <http://2.5.6.13> NAME 'dSA'
> DESC 'RFC2256: a directory
> > system agent (a server)' SUP applicationEntity STRUCTURAL MAY
> > knowledgeInformation ))
> > line 460 (objectclass ( 2.5.6.14 <http://2.5.6.14> NAME 'device'
> DESC 'RFC2256: a
> > device' SUP top STRUCTURAL MUST cn MAY ( serialNumber $ seeAlso $
> > owner $ ou $ o $ l $ description ) ))
> > line 465 (objectclass ( 2.5.6.15 <http://2.5.6.15> NAME
> 'strongAuthenticationUser' DESC
> > 'RFC2256: a strong authentication user' SUP top AUXILIARY MUST
> > userCertificate ))
> > line 471 (objectclass ( 2.5.6.16 <http://2.5.6.16> NAME
> 'certificationAuthority' DESC
> > 'RFC2256: a certificate authority' SUP top AUXILIARY MUST (
> > authorityRevocationList $ certificateRevocationList $
> cACertificate )
> > MAY crossCertificatePair ))
> > line 477 (objectclass ( 2.5.6.17 <http://2.5.6.17> NAME
> 'groupOfUniqueNames' DESC
> > 'RFC2256: a group of unique names (DN and Unique Identifier)'
> SUP top
> > STRUCTURAL MUST ( uniqueMember $ cn ) MAY ( businessCategory $
> seeAlso
> > $ owner $ ou $ o $ description ) ))
> > line 482 (objectclass ( 2.5.6.18 <http://2.5.6.18> NAME
> 'userSecurityInformation' DESC
> > 'RFC2256: a user security information' SUP top AUXILIARY MAY (
> > supportedAlgorithms ) ))
> > line 486 (objectclass ( 2.5.6.16.2 NAME 'certificationAuthority-V2'
> > SUP certificationAuthority AUXILIARY MAY ( deltaRevocationList ) ))
> > line 492 (objectclass ( 2.5.6.19 <http://2.5.6.19> NAME
> 'cRLDistributionPoint' SUP top
> > STRUCTURAL MUST ( cn ) MAY ( certificateRevocationList $
> > authorityRevocationList $ deltaRevocationList ) ))
> > line 502 (objectclass ( 2.5.6.20 <http://2.5.6.20> NAME 'dmd'
> SUP top STRUCTURAL MUST (
> > dmdName ) MAY ( userPassword $ searchGuide $ seeAlso $
> > businessCategory $ x121Address $ registeredAddress $
> > destinationIndicator $ preferredDeliveryMethod $ telexNumber $
> > teletexTerminalIdentifier $ telephoneNumber $
> internationaliSDNNumber
> > $ facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $
> > postalAddress $ physicalDeliveryOfficeName $ st $ l $
> description ) ))
> > line 510 (objectclass ( 2.5.6.21 <http://2.5.6.21> NAME
> 'pkiUser' DESC 'RFC2587: a PKI
> > user' SUP top AUXILIARY MAY userCertificate ))
> > line 516 (objectclass ( 2.5.6.22 <http://2.5.6.22> NAME 'pkiCA'
> DESC 'RFC2587: PKI
> > certificate authority' SUP top AUXILIARY MAY (
> authorityRevocationList
> > $ certificateRevocationList $ cACertificate $
> crossCertificatePair ) ))
> > line 521 (objectclass ( 2.5.6.23 <http://2.5.6.23> NAME
> 'deltaCRL' DESC 'RFC2587: PKI
> > user' SUP top AUXILIARY MAY deltaRevocationList ))
> > line 534 (objectclass ( 1.3.6.1.4.1.250.3.15 NAME 'labeledURIObject'
> > DESC 'RFC2079: object that contains the URI attribute type' SUP top
> > AUXILIARY MAY ( labeledURI ) ))
> > line 551 (attributetype ( 0.9.2342.19200300.100.1.3 NAME ( 'mail'
> > 'rfc822Mailbox' ) DESC 'RFC1274: RFC822 Mailbox' EQUALITY
> > caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.26{256} ))
> > line 556 (objectclass ( 0.9.2342.19200300.100.4.19 NAME
> > 'simpleSecurityObject' DESC 'RFC1274: simple security object'
> SUP top
> > AUXILIARY MUST userPassword ))
> > line 564 (attributetype ( 0.9.2342.19200300.100.1.25 NAME ( 'dc'
> > 'domainComponent' ) DESC 'RFC1274/2247: domain component' EQUALITY
> > caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ))
> > line 569 (objectclass ( 1.3.6.1.4.1.1466.344 NAME 'dcObject' DESC
> > 'RFC2247: domain component object' SUP top AUXILIARY MUST dc ))
> > line 574 (objectclass ( 1.3.6.1.1.3.1 NAME 'uidObject' DESC
> 'RFC2377:
> > uid object' SUP top AUXILIARY MUST uid ))
> > line 582 (attributetype ( 0.9.2342.19200300.100.1.37 NAME
> > 'associatedDomain' DESC 'RFC1274: domain associated with object'
> > EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch
> SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.26 ))
> > line 590 (attributetype ( 1.2.840.113549.1.9.1 NAME ( 'email'
> > 'emailAddress' 'pkcs9email' ) DESC 'RFC3280: legacy attribute for
> > email addresses in DNs' EQUALITY caseIgnoreIA5Match SUBSTR
> > caseIgnoreIA5SubstringsMatch SYNTAX
> 1.3.6.1.4.1.1466.115.121.1.26{128} ))
> > line 4 (include /etc/ldap/schema/cosine.schema)
> > reading config file /etc/ldap/schema/cosine.schema
> > line 130 (attributetype ( 0.9.2342.19200300.100.1.2 NAME
> > 'textEncodedORAddress' EQUALITY caseIgnoreMatch SUBSTR
> > caseIgnoreSubstringsMatch SYNTAX
> 1.3.6.1.4.1.1466.115.121.1.15{256} ))
> > line 168 (attributetype ( 0.9.2342.19200300.100.1.4 NAME 'info' DESC
> > 'RFC1274: general information' EQUALITY caseIgnoreMatch SUBSTR
> > caseIgnoreSubstringsMatch SYNTAX
> 1.3.6.1.4.1.1466.115.121.1.15{2048} ))
> > line 187 (attributetype ( 0.9.2342.19200300.100.1.5 NAME ( 'drink'
> > 'favouriteDrink' ) DESC 'RFC1274: favorite drink' EQUALITY
> > caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.15{256} ))
> > line 205 (attributetype ( 0.9.2342.19200300.100.1.6 NAME
> 'roomNumber'
> > DESC 'RFC1274: room number' EQUALITY caseIgnoreMatch SUBSTR
> > caseIgnoreSubstringsMatch SYNTAX
> 1.3.6.1.4.1.1466.115.121.1.15{256} ))
> > line 227 (attributetype ( 0.9.2342.19200300.100.1.7 NAME 'photo'
> DESC
> > 'RFC1274: photo (G3 fax)' SYNTAX
> 1.3.6.1.4.1.1466.115.121.1.23{25000} ))
> > line 248 (attributetype ( 0.9.2342.19200300.100.1.8 NAME 'userClass'
> > DESC 'RFC1274: category of user' EQUALITY caseIgnoreMatch SUBSTR
> > caseIgnoreSubstringsMatch SYNTAX
> 1.3.6.1.4.1.1466.115.121.1.15{256} ))
> > line 264 (attributetype ( 0.9.2342.19200300.100.1.9 NAME 'host' DESC
> > 'RFC1274: host computer' EQUALITY caseIgnoreMatch SUBSTR
> > caseIgnoreSubstringsMatch SYNTAX
> 1.3.6.1.4.1.1466.115.121.1.15{256} ))
> > line 279 (attributetype ( 0.9.2342.19200300.100.1.10 NAME 'manager'
> > DESC 'RFC1274: DN of manager' EQUALITY distinguishedNameMatch SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.12 ))
> > line 296 (attributetype ( 0.9.2342.19200300.100.1.11 NAME
> > 'documentIdentifier' DESC 'RFC1274: unique identifier of document'
> > EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.15{256} ))
> > line 312 (attributetype ( 0.9.2342.19200300.100.1.12 NAME
> > 'documentTitle' DESC 'RFC1274: title of document' EQUALITY
> > caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.15{256} ))
> > line 329 (attributetype ( 0.9.2342.19200300.100.1.13 NAME
> > 'documentVersion' DESC 'RFC1274: version of document' EQUALITY
> > caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.15{256} ))
> > line 344 (attributetype ( 0.9.2342.19200300.100.1.14 NAME
> > 'documentAuthor' DESC 'RFC1274: DN of author of document' EQUALITY
> > distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 ))
> > line 361 (attributetype ( 0.9.2342.19200300.100.1.15 NAME
> > 'documentLocation' DESC 'RFC1274: location of document original'
> > EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.15{256} ))
> > line 380 (attributetype ( 0.9.2342.19200300.100.1.20 NAME (
> > 'homePhone' 'homeTelephoneNumber' ) DESC 'RFC1274: home telephone
> > number' EQUALITY telephoneNumberMatch SUBSTR
> > telephoneNumberSubstringsMatch SYNTAX
> 1.3.6.1.4.1.1466.115.121.1.50 ))
> > line 395 (attributetype ( 0.9.2342.19200300.100.1.21 NAME
> 'secretary'
> > DESC 'RFC1274: DN of secretary' EQUALITY distinguishedNameMatch
> SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.12 ))
> > line 411 (attributetype ( 0.9.2342.19200300.100.1.22 NAME
> > 'otherMailbox' SYNTAX 1.3.6.1.4.1.1466.115.121.1.39 ))
> > line 480 (attributetype ( 0.9.2342.19200300.100.1.26 NAME 'aRecord'
> > EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ))
> > line 486 (attributetype ( 0.9.2342.19200300.100.1.27 NAME 'mDRecord'
> > EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ))
> > line 501 (attributetype ( 0.9.2342.19200300.100.1.28 NAME 'mXRecord'
> > EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ))
> > line 516 (attributetype ( 0.9.2342.19200300.100.1.29 NAME 'nSRecord'
> > EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ))
> > line 531 (attributetype ( 0.9.2342.19200300.100.1.30 NAME
> 'sOARecord'
> > EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ))
> > line 546 (attributetype ( 0.9.2342.19200300.100.1.31 NAME
> > 'cNAMERecord' EQUALITY caseIgnoreIA5Match SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.26 ))
> > line 581 (attributetype ( 0.9.2342.19200300.100.1.38 NAME
> > 'associatedName' DESC 'RFC1274: DN of entry associated with domain'
> > EQUALITY distinguishedNameMatch SYNTAX
> 1.3.6.1.4.1.1466.115.121.1.12 ))
> > line 599 (attributetype ( 0.9.2342.19200300.100.1.39 NAME
> > 'homePostalAddress' DESC 'RFC1274: home postal address' EQUALITY
> > caseIgnoreListMatch SUBSTR caseIgnoreListSubstringsMatch SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.41 ))
> > line 616 (attributetype ( 0.9.2342.19200300.100.1.40 NAME
> > 'personalTitle' DESC 'RFC1274: personal title' EQUALITY
> > caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.15{256} ))
> > line 635 (attributetype ( 0.9.2342.19200300.100.1.41 NAME ( 'mobile'
> > 'mobileTelephoneNumber' ) DESC 'RFC1274: mobile telephone number'
> > EQUALITY telephoneNumberMatch SUBSTR telephoneNumberSubstringsMatch
> > SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 ))
> > line 653 (attributetype ( 0.9.2342.19200300.100.1.42 NAME ( 'pager'
> > 'pagerTelephoneNumber' ) DESC 'RFC1274: pager telephone number'
> > EQUALITY telephoneNumberMatch SUBSTR telephoneNumberSubstringsMatch
> > SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 ))
> > line 671 (attributetype ( 0.9.2342.19200300.100.1.43 NAME ( 'co'
> > 'friendlyCountryName' ) DESC 'RFC1274: friendly country name'
> EQUALITY
> > caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.15 ))
> > line 691 (attributetype ( 0.9.2342.19200300.100.1.44 NAME
> > 'uniqueIdentifier' DESC 'RFC1274: unique identifer' EQUALITY
> > caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} ))
> > line 713 (attributetype ( 0.9.2342.19200300.100.1.45 NAME
> > 'organizationalStatus' DESC 'RFC1274: organizational status'
> EQUALITY
> > caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.15{256} ))
> > line 734 (attributetype ( 0.9.2342.19200300.100.1.46 NAME
> > 'janetMailbox' DESC 'RFC1274: Janet mailbox' EQUALITY
> > caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.26{256} ))
> > line 764 (attributetype ( 0.9.2342.19200300.100.1.47 NAME
> > 'mailPreferenceOption' DESC 'RFC1274: mail preference option' SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.27 ))
> > line 781 (attributetype ( 0.9.2342.19200300.100.1.48 NAME
> > 'buildingName' DESC 'RFC1274: name of building' EQUALITY
> > caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.15{256} ))
> > line 796 (attributetype ( 0.9.2342.19200300.100.1.49 NAME
> 'dSAQuality'
> > DESC 'RFC1274: DSA Quality' SYNTAX 1.3.6.1.4.1.1466.115.121.1.19
> > SINGLE-VALUE ))
> > line 811 (attributetype ( 0.9.2342.19200300.100.1.50 NAME
> > 'singleLevelQuality' DESC 'RFC1274: Single Level Quality' SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.13 SINGLE-VALUE ))
> > line 827 (attributetype ( 0.9.2342.19200300.100.1.51 NAME
> > 'subtreeMinimumQuality' DESC 'RFC1274: Subtree Mininum Quality'
> SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.13 SINGLE-VALUE ))
> > line 843 (attributetype ( 0.9.2342.19200300.100.1.52 NAME
> > 'subtreeMaximumQuality' DESC 'RFC1274: Subtree Maximun Quality'
> SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.13 SINGLE-VALUE ))
> > line 865 (attributetype ( 0.9.2342.19200300.100.1.53 NAME
> > 'personalSignature' DESC 'RFC1274: Personal Signature (G3 fax)'
> SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.23 ))
> > line 884 (attributetype ( 0.9.2342.19200300.100.1.54 NAME
> > 'dITRedirect' DESC 'RFC1274: DIT Redirect' EQUALITY
> > distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 ))
> > line 900 (attributetype ( 0.9.2342.19200300.100.1.55 NAME
> 'audio' DESC
> > 'RFC1274: audio (u-law)' SYNTAX
> 1.3.6.1.4.1.1466.115.121.1.4{25000} ))
> > line 916 (attributetype ( 0.9.2342.19200300.100.1.56 NAME
> > 'documentPublisher' DESC 'RFC1274: publisher of document' EQUALITY
> > caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.15 ))
> > line 1084 (objectclass ( 0.9.2342.19200300.100.4.4 NAME (
> > 'pilotPerson' 'newPilotPerson' ) SUP person STRUCTURAL MAY (
> userid $
> > textEncodedORAddress $ rfc822Mailbox $ favouriteDrink $ roomNumber $
> > userClass $ homeTelephoneNumber $ homePostalAddress $ secretary $
> > personalTitle $ preferredDeliveryMethod $ businessCategory $
> > janetMailbox $ otherMailbox $ mobileTelephoneNumber $
> > pagerTelephoneNumber $ organizationalStatus $ mailPreferenceOption $
> > personalSignature ) ))
> > line 1110 (objectclass ( 0.9.2342.19200300.100.4.5 NAME
> 'account' SUP
> > top STRUCTURAL MUST userid MAY ( description $ seeAlso $
> localityName
> > $ organizationName $ organizationalUnitName $ host ) ))
> > line 1142 (objectclass ( 0.9.2342.19200300.100.4.6 NAME
> 'document' SUP
> > top STRUCTURAL MUST documentIdentifier MAY ( commonName $
> description
> > $ seeAlso $ localityName $ organizationName $
> organizationalUnitName $
> > documentTitle $ documentVersion $ documentAuthor $
> documentLocation $
> > documentPublisher ) ))
> > line 1165 (objectclass ( 0.9.2342.19200300.100.4.7 NAME 'room'
> SUP top
> > STRUCTURAL MUST commonName MAY ( roomNumber $ description $
> seeAlso $
> > telephoneNumber ) ))
> > line 1191 (objectclass ( 0.9.2342.19200300.100.4.9 NAME
> > 'documentSeries' SUP top STRUCTURAL MUST commonName MAY (
> description
> > $ seeAlso $ telephonenumber $ localityName $ organizationName $
> > organizationalUnitName ) ))
> > line 1222 (objectclass ( 0.9.2342.19200300.100.4.13 NAME
> 'domain' SUP
> > top STRUCTURAL MUST domainComponent MAY ( associatedName $
> > organizationName $ description $ businessCategory $ seeAlso $
> > searchGuide $ userPassword $ localityName $ stateOrProvinceName $
> > streetAddress $ physicalDeliveryOfficeName $ postalAddress $
> > postalCode $ postOfficeBox $ streetAddress $
> facsimileTelephoneNumber
> > $ internationalISDNNumber $ telephoneNumber $
> > teletexTerminalIdentifier $ telexNumber $ preferredDeliveryMethod $
> > destinationIndicator $ registeredAddress $ x121Address ) ))
> > line 1252 (objectclass ( 0.9.2342.19200300.100.4.14 NAME
> > 'RFC822localPart' SUP domain STRUCTURAL MAY ( commonName $ surname $
> > description $ seeAlso $ telephoneNumber $
> physicalDeliveryOfficeName $
> > postalAddress $ postalCode $ postOfficeBox $ streetAddress $
> > facsimileTelephoneNumber $ internationalISDNNumber $
> telephoneNumber $
> > teletexTerminalIdentifier $ telexNumber $ preferredDeliveryMethod $
> > destinationIndicator $ registeredAddress $ x121Address ) ))
> > line 1275 (objectclass ( 0.9.2342.19200300.100.4.15 NAME 'dNSDomain'
> > SUP domain STRUCTURAL MAY ( ARecord $ MDRecord $ MXRecord $
> NSRecord $
> > SOARecord $ CNAMERecord ) ))
> > line 1293 (objectclass ( 0.9.2342.19200300.100.4.17 NAME
> > 'domainRelatedObject' DESC 'RFC1274: an object related to an domain'
> > SUP top AUXILIARY MUST associatedDomain ))
> > line 1311 (objectclass ( 0.9.2342.19200300.100.4.18 NAME
> > 'friendlyCountry' SUP country STRUCTURAL MUST friendlyCountryName ))
> > line 1345 (objectclass ( 0.9.2342.19200300.100.4.20 NAME
> > 'pilotOrganization' SUP ( organization $ organizationalUnit )
> > STRUCTURAL MAY buildingName ))
> > line 1361 (objectclass ( 0.9.2342.19200300.100.4.21 NAME 'pilotDSA'
> > SUP dsa STRUCTURAL MAY dSAQuality ))
> > line 1382 (objectclass ( 0.9.2342.19200300.100.4.22 NAME
> > 'qualityLabelledData' SUP top AUXILIARY MUST dsaQuality MAY (
> > subtreeMinimumQuality $ subtreeMaximumQuality ) ))
> > line 5 (include /etc/ldap/schema/nis.schema)
> > reading config file /etc/ldap/schema/nis.schema
> > line 53 (attributetype ( 1.3.6.1.1.1.1.2 NAME 'gecos' DESC 'The
> GECOS
> > field; the common name' EQUALITY caseIgnoreIA5Match SUBSTR
> > caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
> > SINGLE-VALUE ))
> > line 58 (attributetype ( 1.3.6.1.1.1.1.3 NAME 'homeDirectory' DESC
> > 'The absolute path to the home directory' EQUALITY caseExactIA5Match
> > SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ))
> > line 63 (attributetype ( 1.3.6.1.1.1.1.4 NAME 'loginShell' DESC 'The
> > path to the login shell' EQUALITY caseExactIA5Match SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ))
> > line 67 (attributetype ( 1.3.6.1.1.1.1.5 NAME 'shadowLastChange'
> > EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
> > SINGLE-VALUE ))
> > line 71 (attributetype ( 1.3.6.1.1.1.1.6 NAME 'shadowMin' EQUALITY
> > integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ))
> > line 75 (attributetype ( 1.3.6.1.1.1.1.7 NAME 'shadowMax' EQUALITY
> > integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ))
> > line 79 (attributetype ( 1.3.6.1.1.1.1.8 NAME 'shadowWarning'
> EQUALITY
> > integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ))
> > line 83 (attributetype ( 1.3.6.1.1.1.1.9 NAME 'shadowInactive'
> > EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
> > SINGLE-VALUE ))
> > line 87 (attributetype ( 1.3.6.1.1.1.1.10 NAME 'shadowExpire'
> EQUALITY
> > integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ))
> > line 91 (attributetype ( 1.3.6.1.1.1.1.11 NAME 'shadowFlag' EQUALITY
> > integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ))
> > line 96 (attributetype ( 1.3.6.1.1.1.1.12 NAME 'memberUid' EQUALITY
> > caseExactIA5Match SUBSTR caseExactIA5SubstringsMatch SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.26 ))
> > line 101 (attributetype ( 1.3.6.1.1.1.1.13 NAME 'memberNisNetgroup'
> > EQUALITY caseExactIA5Match SUBSTR caseExactIA5SubstringsMatch SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.26 ))
> > line 105 (attributetype ( 1.3.6.1.1.1.1.14 NAME 'nisNetgroupTriple'
> > DESC 'Netgroup triple' SYNTAX 1.3.6.1.1.1.0.0 ))
> > line 109 (attributetype ( 1.3.6.1.1.1.1.15 NAME 'ipServicePort'
> > EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
> > SINGLE-VALUE ))
> > line 112 (attributetype ( 1.3.6.1.1.1.1.16 NAME 'ipServiceProtocol'
> > SUP name ))
> > line 116 (attributetype ( 1.3.6.1.1.1.1.17 NAME 'ipProtocolNumber'
> > EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
> > SINGLE-VALUE ))
> > line 120 (attributetype ( 1.3.6.1.1.1.1.18 NAME 'oncRpcNumber'
> > EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
> > SINGLE-VALUE ))
> > line 125 (attributetype ( 1.3.6.1.1.1.1.19 NAME 'ipHostNumber' DESC
> > 'IP address' EQUALITY caseIgnoreIA5Match SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.26{128} ))
> > line 130 (attributetype ( 1.3.6.1.1.1.1.20 NAME
> 'ipNetworkNumber' DESC
> > 'IP network' EQUALITY caseIgnoreIA5Match SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.26{128} SINGLE-VALUE ))
> > line 135 (attributetype ( 1.3.6.1.1.1.1.21 NAME
> 'ipNetmaskNumber' DESC
> > 'IP netmask' EQUALITY caseIgnoreIA5Match SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.26{128} SINGLE-VALUE ))
> > line 140 (attributetype ( 1.3.6.1.1.1.1.22 NAME 'macAddress'
> DESC 'MAC
> > address' EQUALITY caseIgnoreIA5Match SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.26{128} ))
> > line 144 (attributetype ( 1.3.6.1.1.1.1.23 NAME 'bootParameter' DESC
> > 'rpc.bootparamd parameter' SYNTAX 1.3.6.1.1.1.0.1 ))
> > line 149 (attributetype ( 1.3.6.1.1.1.1.24 NAME 'bootFile' DESC
> 'Boot
> > image name' EQUALITY caseExactIA5Match SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.26 ))
> > line 152 (attributetype ( 1.3.6.1.1.1.1.26 NAME 'nisMapName' SUP
> name ))
> > line 157 (attributetype ( 1.3.6.1.1.1.1.27 NAME 'nisMapEntry'
> EQUALITY
> > caseExactIA5Match SUBSTR caseExactIA5SubstringsMatch SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.26{1024} SINGLE-VALUE ))
> > line 165 (objectclass ( 1.3.6.1.1.1.2.0 NAME 'posixAccount' DESC
> > 'Abstraction of an account with POSIX attributes' SUP top AUXILIARY
> > MUST ( cn $ uid $ uidNumber $ gidNumber $ homeDirectory ) MAY (
> > userPassword $ loginShell $ gecos $ description ) ))
> > line 173 (objectclass ( 1.3.6.1.1.1.2.1 NAME 'shadowAccount' DESC
> > 'Additional attributes for shadow passwords' SUP top AUXILIARY MUST
> > uid MAY ( userPassword $ shadowLastChange $ shadowMin $ shadowMax $
> > shadowWarning $ shadowInactive $ shadowExpire $ shadowFlag $
> > description ) ))
> > line 179 (objectclass ( 1.3.6.1.1.1.2.2 NAME 'posixGroup' DESC
> > 'Abstraction of a group of accounts' SUP top STRUCTURAL MUST ( cn $
> > gidNumber ) MAY ( userPassword $ memberUid $ description ) ))
> > line 185 (objectclass ( 1.3.6.1.1.1.2.3 NAME 'ipService' DESC
> > 'Abstraction an Internet Protocol service' SUP top STRUCTURAL MUST (
> > cn $ ipServicePort $ ipServiceProtocol ) MAY ( description ) ))
> > line 191 (objectclass ( 1.3.6.1.1.1.2.4 NAME 'ipProtocol' DESC
> > 'Abstraction of an IP protocol' SUP top STRUCTURAL MUST ( cn $
> > ipProtocolNumber $ description ) MAY description ))
> > line 197 (objectclass ( 1.3.6.1.1.1.2.5 NAME 'oncRpc' DESC
> > 'Abstraction of an ONC/RPC binding' SUP top STRUCTURAL MUST ( cn $
> > oncRpcNumber $ description ) MAY description ))
> > line 203 (objectclass ( 1.3.6.1.1.1.2.6 NAME 'ipHost' DESC
> > 'Abstraction of a host, an IP device' SUP top AUXILIARY MUST ( cn $
> > ipHostNumber ) MAY ( l $ description $ manager ) ))
> > line 209 (objectclass ( 1.3.6.1.1.1.2.7 NAME 'ipNetwork' DESC
> > 'Abstraction of an IP network' SUP top STRUCTURAL MUST ( cn $
> > ipNetworkNumber ) MAY ( ipNetmaskNumber $ l $ description $
> manager ) ))
> > line 215 (objectclass ( 1.3.6.1.1.1.2.8 NAME 'nisNetgroup' DESC
> > 'Abstraction of a netgroup' SUP top STRUCTURAL MUST cn MAY (
> > nisNetgroupTriple $ memberNisNetgroup $ description ) ))
> > line 221 (objectclass ( 1.3.6.1.1.1.2.9 NAME 'nisMap' DESC 'A
> generic
> > abstraction of a NIS map' SUP top STRUCTURAL MUST nisMapName MAY
> > description ))
> > line 227 (objectclass ( 1.3.6.1.1.1.2.10 NAME 'nisObject' DESC 'An
> > entry in a NIS map' SUP top STRUCTURAL MUST ( cn $ nisMapEntry $
> > nisMapName ) MAY description ))
> > line 232 (objectclass ( 1.3.6.1.1.1.2.11 NAME 'ieee802Device'
> DESC 'A
> > device with a MAC address' SUP top AUXILIARY MAY macAddress ))
> > line 237 (objectclass ( 1.3.6.1.1.1.2.12 NAME 'bootableDevice'
> DESC 'A
> > device with boot parameters' SUP top AUXILIARY MAY ( bootFile $
> > bootParameter ) ))
> > line 6 (include /etc/ldap/schema/inetorgperson.schema)
> > reading config file /etc/ldap/schema/inetorgperson.schema
> > line 36 (attributetype ( 2.16.840.1.113730.3.1.1 NAME 'carLicense'
> > DESC 'RFC2798: vehicle license or registration plate' EQUALITY
> > caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.15 ))
> > line 46 (attributetype ( 2.16.840.1.113730.3.1.2 NAME
> > 'departmentNumber' DESC 'RFC2798: identifies a department within an
> > organization' EQUALITY caseIgnoreMatch SUBSTR
> > caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ))
> > line 59 (attributetype ( 2.16.840.1.113730.3.1.241 NAME
> 'displayName'
> > DESC 'RFC2798: preferred name to be used when displaying entries'
> > EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE ))
> > line 70 (attributetype ( 2.16.840.1.113730.3.1.3 NAME
> 'employeeNumber'
> > DESC 'RFC2798: numerically identifies an employee within an
> > organization' EQUALITY caseIgnoreMatch SUBSTR
> > caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
> > SINGLE-VALUE ))
> > line 81 (attributetype ( 2.16.840.1.113730.3.1.4 NAME 'employeeType'
> > DESC 'RFC2798: type of employment for a person' EQUALITY
> > caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.15 ))
> > line 92 (attributetype ( 0.9.2342.19200300.100.1.60 NAME 'jpegPhoto'
> > DESC 'RFC2798: a JPEG image' SYNTAX 1.3.6.1.4.1.1466.115.121.1.28 ))
> > line 107 (attributetype ( 2.16.840.1.113730.3.1.39 NAME
> > 'preferredLanguage' DESC 'RFC2798: preferred written or spoken
> > language for a person' EQUALITY caseIgnoreMatch SUBSTR
> > caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
> > SINGLE-VALUE ))
> > line 123 (attributetype ( 2.16.840.1.113730.3.1.40 NAME
> > 'userSMIMECertificate' DESC 'RFC2798: PKCS#7 SignedData used to
> > support S/MIME' SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 ))
> > line 135 (attributetype ( 2.16.840.1.113730.3.1.216 NAME
> 'userPKCS12'
> > DESC 'RFC2798: personal identity information, a PKCS #12 PFX' SYNTAX
> > 1.3.6.1.4.1.1466.115.121.1.5 ))
> > line 155 (objectclass ( 2.16.840.1.113730.3.2.2 NAME 'inetOrgPerson'
> > DESC 'RFC2798: Internet Organizational Person' SUP
> > organizationalPerson STRUCTURAL MAY ( audio $ businessCategory $
> > carLicense $ departmentNumber $ displayName $ employeeNumber $
> > employeeType $ givenName $ homePhone $ homePostalAddress $
> initials $
> > jpegPhoto $ labeledURI $ mail $ manager $ mobile $ o $ pager $
> photo $
> > roomNumber $ secretary $ uid $ userCertificate $
> x500uniqueIdentifier
> > $ preferredLanguage $ userSMIMECertificate $ userPKCS12 ) ))
> > line 8 (modulepath /usr/lib/ldap)
> > line 9 (moduleload back_bdb)
> > loaded module back_bdb
> > bdb_back_initialize: initialize BDB backend
> > bdb_back_initialize: Sleepycat Software: Berkeley DB 4.2.52:
> (December
> > 3, 2003)
> > module back_bdb: null module registered
> > line 10 (moduleload back_ldap.so)
> > loaded module back_ldap.so
> > module back_ldap.so: null module registered
> > line 12 (pidfile /var/run/slapd/slapd.pid)
> > /etc/ldap/slapd.conf: line 12: unknown directive <pidfile> inside
> > backend database definition (ignored).
> > line 13 (argsfile /var/run/slapd/slapd.args)
> > /etc/ldap/slapd.conf: line 13: unknown directive <argsfile> inside
> > backend database definition (ignored).
> > line 14 (database "bdb")
> > bdb_db_init: Initializing BDB database
> > line 15 (sufix "dc=patrick,dc=com,dc=br")
> > /etc/ldap/slapd.conf: line 15: unknown directive <sufix> inside
> > backend database definition (ignored).
> > line 16 (rootdn "cn=admin,dc=patrick,dc=com,dc=br")
> > >>> dnPrettyNormal: <cn=admin,dc=patrick,dc=com,dc=br>
> > => ldap_bv2dn(cn=admin,dc=patrick,dc=com,dc=br,0)
> > <= ldap_bv2dn(cn=admin,dc=patrick,dc=com,dc=br)=0
> > => ldap_dn2bv(272)
> > <= ldap_dn2bv(cn=admin,dc=patrick,dc=com,dc=br)=0
> > => ldap_dn2bv(272)
> > <= ldap_dn2bv(cn=admin,dc=patrick,dc=com,dc=br)=0
> > <<< dnPrettyNormal: <cn=admin,dc=patrick,dc=com,dc=br>,
> > <cn=admin,dc=patrick,dc=com,dc=br>
> > line 17 (rootpw ***)
> > /etc/ldap/slapd.conf: line 17: <rootpw> can only be set when
> rootdn is
> > under suffix
> > slapd destroy: freeing system resources.
> > slapd stopped.
> > connections_destroy: nothing to destroy.
> >
> >
>
> __
> masoch-l list
> https://eng.registro.br/mailman/listinfo/masoch-l
>
>
More information about the masoch-l
mailing list