]> jfr.im git - irc/evilnet/x3.git/blame_incremental - tools/ldap/inetorganon.schema
Added new event hooks system and started migrating events to new system
[irc/evilnet/x3.git] / tools / ldap / inetorganon.schema
... / ...
CommitLineData
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