[Citadel Development] Re: LDAP / Cit-NG

2017-09-10 Thread IGnatius T Foobar
Ok, the code has been uploaded to git, to copy email addresses from LDAP to Citadel when a user logs in. Give it a try. We probably need to do a couple of other things: * Make it a site-configurable setting * Make it happen automatically/periodically instead of just when the user

[Citadel Development] Re: LDAP / Cit-NG

2017-09-10 Thread IGnatius T Foobar
Ok I guess it's legal :) I've got the code written to extract the email addresses from LDAP. Also found the place where it needs to be called. Now I just have to figure out the conditions under which it should be called. I'd like to do this with as few configuration options as possible

[Citadel Development] Re: LDAP / Cit-NG

2017-09-10 Thread IGnatius T Foobar
Multiple attributes with the same name? Is that even legal?