]> jfr.im git - irc/evilnet/x3.git/blame - tools/ldap/inetorganon.schema
tweaks to the conversion script
[irc/evilnet/x3.git] / tools / ldap / inetorganon.schema
CommitLineData
bf754776
AS
1# This schema is a work in progress
2#
3# on debian, you would copy it to your /etc/ldap/schema directory, and add an include for it in ldap.conf
4#
5objectclass ( 1.3.6.1.4.2.111.114.103.46.97.102.116.101.114.110.101.116.1.10
6 NAME 'inetOrgAnonAccount'
7 DESC 'Anonymous Account'
8 STRUCTURAL
9 MAY (
10 mail $ displayName $ uidNumber $ gidNumber $ cn $ sn $ givenName $
11 userPassword $ title $ loginShell $ gecos $ displayName )
12 MUST (
13 uid )
14 )
15