~xnox/ubuntu/saucy/drizzle/merge

« back to all changes in this revision

Viewing changes to plugin/auth_ldap/schema/openldap/drizzle_openldap.ldif

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-06-19 10:46:49 UTC
  • mfrom: (1.2.11) (2.1.16 sid)
  • Revision ID: package-import@ubuntu.com-20120619104649-9ij634mxm4x8pp4l
Tags: 1:7.1.36-stable-1ubuntu1
* Merge from Debian unstable. (LP: #987575)
  Remaining changes:
  - Added upstart script.
* debian/drizzle.upstart: dropped logger since upstart logs job
  output now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright (C) 2010 Edward "Koko" Konetzko <konetzed@quixoticagony.com>
 
2
dn: cn=drizzle,cn=schema,cn=config
 
3
objectClass: olcSchemaConfig
 
4
cn: drizzle
 
5
#
 
6
olcAttributeTypes: ( 1.3.6.1.4.1.35583.1.1 
 
7
  NAME 'drizzleUserMysqlPassword' 
 
8
  DESC 'Attribute for mysql > 4.1 hash' 
 
9
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE )
 
10
#
 
11
olcObjectClasses: ( 1.3.6.1.4.1.35583.1 NAME 'drizzleUser' 
 
12
  DESC 'Drizzle ldap user authentication Extensions' 
 
13
  SUP top AUXILIARY MAY drizzleUserMysqlPassword )
 
14