Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Loading status checks…
Add voposixaccount.ldif to slapd base image
Add the voposixaccount LDIF to the slapd base image.
Showing
3 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
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 ) ) |