Enable LDAP PHP extension in all versions#29
Enable LDAP PHP extension in all versions#29leoneparise wants to merge 2 commits intomasterfrom unknown repository
Conversation
|
Hmm, isn't this related to docker-library/php#85? Any idea what |
|
FWIW, I do think that enabling this makes sense here (especially given that it appears to be a core feature of ownCloud), but I'd like to make sure we figure out what makes SASL support special before we move further (especially since that might affect what we do here). |
|
+1 for LDAP support in the Docker image |
|
@tianon SASL is another authentication method for OpenLDAP, but I wouldn't say it's particularly important. See: http://www.netid.washington.edu/documentation/ldapauth.aspx |
|
+1 for LDAP support in the Docker image. Like @EgoAleSum stated, I think as well that basic authentication is sufficient at the moment and would be a huge benefit for people using this image. |
We think that most organizations have LDAP installed and should be enabled by default.
Fixes #24