Permalink
Cannot retrieve contributors at this time
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?
comanage-registry-docker/comanage-registry-slapd-base/voposixaccount.ldif
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
24 lines (24 sloc)
1.48 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ) ) |