From: Peter Palfrader Date: Mon, 12 May 2014 20:21:19 +0000 (+0200) Subject: Fix schema that still references voipPassword instead of rtcPassword X-Git-Tag: userdir-ldap-0.3.85~8 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=23134524a8fd012522da7f0a7a5cda0175f37720 Fix schema that still references voipPassword instead of rtcPassword --- diff --git a/userdir-ldap.schema b/userdir-ldap.schema index 20cd287..2774250 100644 --- a/userdir-ldap.schema +++ b/userdir-ldap.schema @@ -551,7 +551,7 @@ objectclass ( 1.3.6.1.4.1.9586.100.4.1.1 DESC 'Abstraction of an account with POSIX attributes and UTF8 support' SUP top AUXILIARY MUST ( cn $ uid $ uidNumber $ gidNumber ) - MAY ( userPassword $ loginShell $ gecos $ homeDirectory $ description $ mailDisableMessage $ sudoPassword $ webPassword $ voipPassword ) ) + MAY ( userPassword $ loginShell $ gecos $ homeDirectory $ description $ mailDisableMessage $ sudoPassword $ webPassword $ rtcPassword ) ) objectclass ( 1.3.6.1.4.1.9586.100.4.1.2 NAME 'debianGroup'