Commit graph

18 commits

Author SHA1 Message Date
Victor LABORIE 862719006a Use syslog for logging 2018-07-25 19:05:53 +02:00
Victor LABORIE 20e32c4149 Add a MailNotify class with usage of Twig 2018-03-09 13:40:53 +01:00
Victor LABORIE 00e866af57 Add loglevel and user (or IP) to logging file 2018-01-27 20:10:48 +01:00
Victor LABORIE 8a556a0f02 Add some logs to basic servers operations 2018-01-27 19:50:12 +01:00
Victor LABORIE d7e7a368b1 Refactoring of configuration loading
Use one INI file instead of multiple PHP files
2018-01-27 18:12:04 +01:00
Victor LABORIE 791d0169ac Fix account creation (send mail) and disable domainnotify (temporary) 2017-12-17 21:59:43 +01:00
Victor LABORIE 116cf60655 Replace getgid and getfreegid by class method 2017-12-17 21:24:17 +01:00
Victor LABORIE c335ab2f27 Add hashPassword method for password verification and hashing 2017-12-17 19:53:53 +01:00
Victor LABORIE b0409f8a55 Limit baseDN for no superadmin user 2017-12-17 19:06:28 +01:00
Victor LABORIE e99c3f2b78 Use exception for user login 2017-12-17 18:22:49 +01:00
Victor LABORIE 0b7b63dd35 Retrieve dn with getBaseDN static method 2017-12-17 18:09:54 +01:00
Victor LABORIE a03f372c72 Use class static var for define ObjectClass 2017-12-17 16:01:03 +01:00
Victor LABORIE 8565a9b8a0 Fix domains listing for no superadmin user 2017-12-16 17:57:59 +01:00
Victor LABORIE 40deaef708 Fix setting of active domain on create 2017-12-15 15:36:22 +01:00
Victor LABORIE c7cd2d08fe Add method for delDomain 2017-12-15 11:42:04 +01:00
Victor LABORIE 458685d42f Fix addDomain method 2017-12-14 00:32:58 +01:00
Victor LABORIE 8c91f6ff2a Add exception to LdapServer and LdapDomain construct 2017-12-14 00:32:25 +01:00
Victor LABORIE 5b8ab54e33 Create LdapServer and LdapDomain class 2017-12-13 17:47:38 +01:00