Is there a way for an admin to "create" Active Directory users?

2019-04-08 Thread Israel Tsadok
I am trying to evangelize reviewboard in my organization, but I'm held back by an annoying limitation. I am using Active Directory authentication, and it seems that the only way for an AD user to get created is for that user to log into the system with their AD credentials. This means that I can

Re: Is there a way for an admin to "create" Active Directory users?

2019-04-10 Thread Israel Tsadok
s the > lookup manually and constructs a user through that method (or just by > performing logic identical to that method for the user construction), > though, if you feel comfortable with Python. The code you'd want to look up > is in reviewboard/accounts/backends/ad.py. > > Chris