[sork] status of passwd patch...
Edwin Culp
eculp@encontacto.net
Mon, 26 Aug 2002 11:28:54 -0700
Amith, thanks for submitting the changes.
FWIW, I just applied the patch to today's head version and it applied cleanly
and works perfectly for my configuration that doesn't allow anonymous binds.
I did add passwdPrefs to the ldap schema and am cutting and pasting the
change in this email.
Thanks again, Amith,
ed
Index: horde.schema
===================================================================
RCS file: /repository/horde/scripts/ldap/horde.schema,v
retrieving revision 1.13
diff -u -r1.13 horde.schema
--- horde.schema 26 Aug 2002 16:48:45 -0000 1.13
+++ horde.schema 26 Aug 2002 18:27:42 -0000
@@ -90,6 +90,12 @@
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1024} )
+attributetype ( 1.3.6.1.4.1.13040.1.2.4.15
+ NAME 'passwdPrefs'
+ DESC 'Passwd Preferences'
+ EQUALITY caseIgnoreIA5Match
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1024} )
+
objectclass ( 1.3.6.1.4.1.13040.1.2.4.1001
NAME 'hordePerson'
DESC 'Horde Preferences'
@@ -98,5 +104,5 @@
gollemPrefs $ kronolithPrefs $ mnemoPrefs $
trollPrefs $ nagPrefs $ klutzPrefs $
jonahPrefs $ hermesPrefs $ junoPrefs $
- treanPrefs
+ treanPrefs $ passwdPrefs
) )
Quoting Amith Varghese <amith@xalan.com>:
|
| No problem.... just was curious. Let me know if you need me to change
| anything once you get to it.
|
| Thanks
| Amith
|
| On Mon, 2002-08-19 at 23:33, Eric Rostetter wrote:
| >
| > Quoting Amith Varghese <amith@xalan.com>:
| >
| > > I submitted a passwd patch to support the anonymous bind and bind as
| > > logged in user for people using ldap. I also added MD5 encryption as
| > > one of the supported encryption types. Can anyone tell me what the
| > > status is? Is there anything that needs to be changed?
| > >
| > > Amith
| >
| > I'm simply too busy to get to your patch or any of the others submitted.
| > I have the patches, and I will process them as soon as time permits.
| >
| > I apologize to everyone who has sent me patches that I've not yet got
| > to. The next two weeks will be killers as classes resume at my
| > University. Then things should settle down and I can get back to work
| > on all things Horde.
| >
| > --
| > Eric Rostetter
| > The Department of Physics
| > The University of Texas at Austin
| >
| > "TAD (Technology Attachment Disorder) is an unshakable, impractical
| devotion
| > to a brand, platform, product line, or programming language. It's
| relatively
| > harmless among the rank and file, but when management is afflicted the
| damage
| > can be measured in dollars. It's also contagious -- someone with
| sufficient
| > political clout can infect an entire organization."
| >
| > --"Enterprise Strategies" columnist Tom Yager.
| > --
| > Sork mailing list
| > Frequently Asked Questions: http://horde.org/faq/
| > To unsubscribe, mail: sork-unsubscribe@lists.horde.org
|
|
| --
| Sork mailing list
| Frequently Asked Questions: http://horde.org/faq/
| To unsubscribe, mail: sork-unsubscribe@lists.horde.org
--