Finchwizard wrote:
>
> Ok, I've installed Moregroupware again, and when I got to
> LDAP settings, I kind of got stuck.
If you are a subscriber to the devinfo mailing list, you'll have got my email mentioning that this won't work on an out-of-the-box SME.
It boils down to the fact that the LDAP directory on SME can't be used for authentication - it doesn't have password information in it.
I managed to work out what the "correct" settings were for that LDAP screen, and through some poking around, found out that even with everything correct, it still wasn't working.
So, I see three choices :
1.- Use the SQL authentication (re-create all the accounts, manage them seperately)
2.- Use NTLM/htacccess authentication, try and get it working with PAM to authenticate against the linux /etc/passwd (or shadow) and then use the index_ntlm.php instead of index.php to login.
3.- Write a replacement for the LDAP authentication method that will use the IMAP server to authenticate.
I'm looking into 2 and 3.
G