Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Add the voposixaccount LDIF to the slapd base image.
1 contributor

Users who have contributed to this file

24 lines (24 sloc) 1.48 KB
dn: cn=voposixaccount,cn=schema,cn=config
objectClass: olcSchemaConfig
cn: voposixaccount
olcAttributeTypes: {0}( 1.3.6.1.4.1.25178.4.2.1 NAME 'voPosixAccountGecos' DES
C 'voPerson domain specific GECOS field' EQUALITY caseIgnoreMatch SUBSTR case
IgnoreSubstringsMatch SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
olcAttributeTypes: {1}( 1.3.6.1.4.1.25178.4.2.2 NAME 'voPosixAccountGidNumber'
DESC 'voPerson domain specific primary group identifier' EQUALITY integerMat
ch SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' )
olcAttributeTypes: {2}( 1.3.6.1.4.1.25178.4.2.3 NAME 'voPosixAccountHomeDirect
ory' DESC 'voPerson domain specific absolute path to the home directory' EQUA
LITY caseExactMatch SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
olcAttributeTypes: {3}( 1.3.6.1.4.1.25178.4.2.4 NAME 'voPosixAccountLoginShell
' DESC 'voPerson domain specific path to the login shell' EQUALITY caseExactM
atch SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
olcAttributeTypes: {4}( 1.3.6.1.4.1.25178.4.2.5 NAME 'voPosixAccountUidNumber'
DESC 'voPerson domain specific unique user identifier' EQUALITY integerMatch
SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' )
olcObjectClasses: {0}( 1.3.6.1.4.1.25178.4.2 NAME 'voPosixAccount' AUXILIARY M
UST ( cn $ uid $ voPosixAccountUidNumber $ voPosixAccountGidNumber $ voPosixA
ccountHomeDirectory ) MAY ( voPosixAccountLoginShell $ voPosixAccountGecos )
)
olcObjectClasses: {1}( 1.3.6.1.4.1.25178.4.3 NAME 'voPosixGroup' AUXILIARY MUS
T ( cn $ voPosixAccountGidNumber ) MAY ( memberUid ) )