File: ldapns.ldif

package info (click to toggle)
nss-pam-ldapd 0.9.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,772 kB
  • sloc: ansic: 16,299; sh: 6,655; python: 3,671; xml: 1,925; makefile: 305; exp: 146
file content (19 lines) | stat: -rw-r--r-- 767 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# LDAP Name Service Additional Schema
# Source: pam_ldap package by Luke Howard converted to LDIF
# Has not been published in Internet Draft or RFC.

dn: cn=ldapns,cn=schema,cn=config
objectClass: olcSchemaConfig
cn: ldapns
olcAttributeTypes: {0}( 1.3.6.1.4.1.5322.17.2.1 NAME 'authorizedService'
  DESC 'IANA GSS-API authorized service name'
  EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
olcObjectClasses: {0}( 1.3.6.1.4.1.5322.17.1.1 NAME 'authorizedServiceObject'
  DESC 'Auxiliary object class for adding authorizedService attribute'
  SUP top AUXILIARY
  MAY authorizedService )
olcObjectClasses: {1}( 1.3.6.1.4.1.5322.17.1.2 NAME 'hostObject'
  DESC 'Auxiliary object class for adding host attribute'
  SUP top AUXILIARY
  MAY host )