Enhancements required by EGroupware to support utf-8 and win2008r2#5
Enhancements required by EGroupware to support utf-8 and win2008r2#5ralfbecker wants to merge 5 commits into
Conversation
ralfbecker
commented
Aug 24, 2013
- support for utf-8 (and others supported by mbstring) internal encoding
- Win2008r2/Samba4 CN=Users container can now be specified
- Win2008r2 required creation order for users: 1. deactivated, 2. password added, 3. activated
- Win2008r2 password reset requires ldap_mod_replace
- support for utf-8 (and others supported by mbstring) internal encoding - Win2008r2/Samba4 CN=Users container can now be specified - Win2008r2 required creation order for users: 1. deactivated, 2. password added, 3. activated - Win2008r2 password reset requires ldap_mod_replace
|
Could you please rebase from master before it can be pulled |
Conflicts: src/classes/adLDAPGroups.php src/classes/adLDAPUsers.php src/classes/adLDAPUtils.php
|
Hope that's what you need, I'm not so familiar with git - still using SVN. |
|
If you need more info about that patch, please let me know. I think win2008&Samba4 compatibility are important, as is utf8 support |
|
Any news? |
|
Hi Rich, |
|
Hi Rich, |
… 5.4.26, 5.5 >= 5.5.10 or 5.6+ Password change without password-reset priveledge is subject to minimum password age policy (default: 1day). To disable that run on your AD: net accounts /MINPWAGE:0
|
Hi Ralf, I'd like to merge this fix into Adldap2, however there's so many changes here that I'm afraid I may miss something merging manually. If you have time at some point, would you be able to take a look at Adldap2 and perhaps create a pull to make the changes necessary shown here? |
|
Hi Steve, already planned to do so, but not find time so far. I'll create a new pull request in next 1-2 weeks. Ralf |