Re: [Postfixadmin-devel] postfixadmin with ldap
Brought to you by:
christian_boltz,
gingerdog
From: Christian B. <pos...@cb...> - 2014-11-24 17:49:45
|
Hello, Am Dienstag, 18. November 2014 schrieb Vikas Parashar: > Some days back i have written some code to use postfixadmin with ldap > backend. But i think before put it on the repo. I want to write a > plugin that will help to add the ldap backend with postfixadmin. Adding LDAP support sounds like lots of work - basically you need to replace all db_*() functions and also need to "translate" the SQL queries to something that LDAP understands. Most queries are built in PFAHandler.php and some db_*() functions nowadays, but we still have some hand-written queries here and there. To make things interesting, LDAP is quite different from SQL. Don't get me wrong - I don't want to stop you. I just want to warn you that this won't be an easy ride ;-) BTW: list-admin.php, list-domain.php, fetchmail.php and vacation.php will be replaced by list.php and edit.php sooner or later, so better don't invest time on them. > Could any body please give me some suggestion or guidelines on it. I'm afraid I can't offer a simple receipe ;-) - maybe the easiest way is to join the #postfixadmin IRC channel on freenode and to ask there. I'm usually there in the (CET) evening (username "cboltz"). Regards, Christian Boltz -- looks like you have some special code in yast for password "x", maybe I should use the even more secure new password "y" in the future ?! ;-) [Harald Koenig in https://bugzilla.novell.com/show_bug.cgi?id=148464] |