Playbooks to a new Lilik
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
767 B

  1. # LDAP Name Service Additional Schema
  2. # Source: pam_ldap package by Luke Howard converted to LDIF
  3. # Has not been published in Internet Draft or RFC.
  4. dn: cn=ldapns,cn=schema,cn=config
  5. objectClass: olcSchemaConfig
  6. cn: ldapns
  7. olcAttributeTypes: {0}( 1.3.6.1.4.1.5322.17.2.1 NAME 'authorizedService'
  8. DESC 'IANA GSS-API authorized service name'
  9. EQUALITY caseIgnoreMatch
  10. SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
  11. olcObjectClasses: {0}( 1.3.6.1.4.1.5322.17.1.1 NAME 'authorizedServiceObject'
  12. DESC 'Auxiliary object class for adding authorizedService attribute'
  13. SUP top AUXILIARY
  14. MAY authorizedService )
  15. olcObjectClasses: {1}( 1.3.6.1.4.1.5322.17.1.2 NAME 'hostObject'
  16. DESC 'Auxiliary object class for adding host attribute'
  17. SUP top AUXILIARY
  18. MAY host )