diff options
author | Rob Crittenden <rcritten@redhat.com> | 2010-12-08 17:09:27 -0500 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2010-12-08 17:10:17 -0500 |
commit | 55015d9a05f88546e100306b34b4cbdc6f879a1b (patch) | |
tree | 2e3af499d16bc4750f9010ed1571f6e897bf8e03 /install/share/60ipaconfig.ldif | |
parent | 6a5b308c9b11eae1a292949564172977274a8e9e (diff) | |
download | freeipa-55015d9a05f88546e100306b34b4cbdc6f879a1b.tar.gz freeipa-55015d9a05f88546e100306b34b4cbdc6f879a1b.tar.xz freeipa-55015d9a05f88546e100306b34b4cbdc6f879a1b.zip |
ipaHomesRootDir was changes to an IA5 string, change the matching rule too
Diffstat (limited to 'install/share/60ipaconfig.ldif')
-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 d7b4ebdc9..1a51c6de5 100644 --- a/install/share/60ipaconfig.ldif +++ b/install/share/60ipaconfig.ldif @@ -22,7 +22,7 @@ attributetypes: ( 2.16.840.1.113730.3.8.1.4 NAME 'ipaSearchRecordsLimit' EQUALIT ## ipaCustomFields - custom fields to show in the UI in addition to pre-defined ones attributetypes: ( 2.16.840.1.113730.3.8.1.5 NAME 'ipaCustomFields' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15) ## 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 caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE) +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) ## ipaDefaultPrimaryGroup - default posix primary group to assign when creating new accounts |