~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_ldap/schema/openldap/drizzle.schema

Merged Drizzle's Trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
attributetype ( 1.3.6.1.4.1.35583.1.1
 
2
    NAME 'drizzleUserMysqlPassword'
 
3
        DESC 'Attribute for mysql > 4.1 hash'
 
4
    SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 )
 
5
#
 
6
objectclass ( 1.3.6.1.4.1.35583.1
 
7
    NAME 'drizzleUser'
 
8
        DESC 'Drizzle ldap user authentication Extensions'
 
9
    SUP top
 
10
    AUXILIARY
 
11
    MAY ( drizzleUserMysqlPassword ) )
 
12