diff options
author | Rob Crittenden <rcritten@redhat.com> | 2011-01-11 09:52:22 -0500 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2011-01-11 10:21:04 -0500 |
commit | f0401a91279817c388aea77221914a1f4712df10 (patch) | |
tree | f78bc7640b205cc8ee482101f574e67e05b815f4 | |
parent | 1af89d0daa80062b6ae3fc00de3d4fcc10e1129e (diff) | |
download | freeipa-f0401a91279817c388aea77221914a1f4712df10.tar.gz freeipa-f0401a91279817c388aea77221914a1f4712df10.tar.xz freeipa-f0401a91279817c388aea77221914a1f4712df10.zip |
Make ipaDefaultLoginShell use IA5String syntax to match POSIX schema.
ticket 739
-rw-r--r-- | install/share/60ipaconfig.ldif | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/share/60ipaconfig.ldif b/install/share/60ipaconfig.ldif index 1a51c6de5..767bfa94f 100644 --- a/install/share/60ipaconfig.ldif +++ b/install/share/60ipaconfig.ldif @@ -24,7 +24,7 @@ attributetypes: ( 2.16.840.1.113730.3.8.1.5 NAME 'ipaCustomFields' EQUALITY case ## ipaHomesRootDir - default posix home directory root dir to use when creating new accounts attributetypes: ( 2.16.840.1.113730.3.8.1.6 NAME 'ipaHomesRootDir' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE) ## ipaDefaultLoginShell - default posix login shell to use when creating new accounts -attributetypes: ( 2.16.840.1.113730.3.8.1.7 NAME 'ipaDefaultLoginShell' EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE) +attributetypes: ( 2.16.840.1.113730.3.8.1.7 NAME 'ipaDefaultLoginShell' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE) ## ipaDefaultPrimaryGroup - default posix primary group to assign when creating new accounts attributetypes: ( 2.16.840.1.113730.3.8.1.8 NAME 'ipaDefaultPrimaryGroup' EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE) ## ipaMaxUsernameLength - maximum username length to allow in the UI |