LDAP Integration

Subscribe to LDAP Integration 4 post(s), 3 voice(s)

 
Avatar mlussier 6 post(s)

In our organization we use mod_dav_svn and ldap auth to control access to the repositories. One annoying limitation is the inability to use ldap groups for the autz files. I would LOVE to see virtual acl management that allows me to say “this GROUP has READ/WRITE access” and have it transparently write out the permissions using the uid’s of the group members

 
Avatar rick Administator 546 post(s)

I’ll look into this, someone already suggested group support for mod_dav_svn (using htpasswd, not LDAP).

 
Avatar mlussier 6 post(s)

anything that would render a [group] entry in the auhtz and the appropriate @group entry for a repo permission off an ldap group would make my day :)

 
Avatar bgreen 1 post(s)

We do LDAP authentication in our organization too (Active Directory mostly), and Warehouse would have to support some external authentication before I even suggest it to management.

I don’t know if this is a feature request or general question, but does Warehouse support local system authentication? Meaning via PAM versus an .htpasswd file.

This would allow us to configure PAM/Kerberos for the LDAP portion, and then just configure Warehouse for local authentication.