Hi!
I am playing around with MS1 for some time now and I realy like the AuthLDAP module. I want to write an own LDAP authentication module and take the whole concept a litle further. I want to implement a real Single Sign On, which means: I want my users to be able to login with their usernames they have in LDAP, but I also want them to be able to change their password in LDAP from within PostNuke.
For that I guess I need to catch password changes. How can I do that?
Or is Postnuke calling the login function of the auth module again after changing the password, so I can just update the appropriate infomration there?
Thanks for your awnsers.
-Martin
--
Linux is like a Wigwam, no Gates, no Windows and an Apache inside!
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- internetking created topic »password problem« 25. May
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
- nestormateo responded to »Fillters in Clip« 24. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Catching password changes
-
- Rank: Registered User
- Registered: Dec 31, 1969
- Last visit: Oct 02, 2007
- Posts: 16
-
- Rank: Registered User
- Registered: Sep 26, 2002
- Last visit: Nov 02, 2009
- Posts: 20
Wouldn't you just need a PHP script to change the LDAP password. You would need to ask them their existing password and then use that to authenticate to the LDAP server to change their own password.
It appears to me that with AuthLDAP all authentication is done to the LDAP server, so no passwords exist in PostNuke.
- Moderated by:
- Support
