ocf / ocflib

Python libraries for account and server management
https://pypi.python.org/pypi/ocflib
Other
15 stars 32 forks source link

use LDAP privileged bind in account creation #142

Open abizer opened 6 years ago

abizer commented 6 years ago

in #140 we had to remove verification against the berkeleyEduAffiliation LDAP attribute because anonymous access was going away. Now, we've received a privileged bind to access the attribute again, so we should re-add support for verifying member affiliations with the privileged bind.

kpengboy commented 6 years ago

Also, it would be nice to supply these credentials to the check script so we can continue to see affiliations there. We would want to make them at least staff-only though.

abizer commented 5 years ago

partially addressed in https://github.com/ocf/utils/pull/86

cg505 commented 5 years ago

I think we can close this.

dkess commented 5 years ago

This isn't implemented. We should probably do it soon though...

cg505 commented 5 years ago

I can't read, my bad.

dkess commented 5 years ago

Resolved with #157

dkess commented 5 years ago

Why was this re-opened?

ja5087 commented 5 years ago

My PR for this needed to be reverted back in Feb. I'm working on a PR that hopefully doesn't break other services so just keeping it open to indicate it hasn't been resolved yet.