-
-
-
-
-
userdomain could be an optional argument I do not see a reason to limit group search to userdomain. On our side many groups are defined on another domain. So it will prevent finding all group in which user belongs to. queries can be made at forest level (AD_DOMAIN_NAME), don't know if some companies restrict such query
-
-
on our side, active directory port is not 389 and AD_FIND_DC_FROM_DNS is not available providing host with host:port should be a good option Moreover if dcs could be a list, they can be define in user interface and splitted by spaces host1:port host2:port...
-
-
Added support for authentication against Active Directory subdomains.
Review Request #2838 — Created Jan. 30, 2012 and submitted
Added support for authentication against Active Directory subdomains. This patch enables authentication against specific AD subdomain extracted from the username. E.g. for configured domain name "example.com" user "north\tom" will be authenticated as "tom" against "north.example.com".
I have this running fine with multiple AD subdomains configured in my organization.
Description | From | Last Updated |
---|---|---|
userdomain could be an optional argument |
DE delyn | |
userdomain could be an optional argument |
DE delyn | |
userdomain could be an optional argument |
DE delyn | |
userdomain could be an optional argument I do not see a reason to limit group search to userdomain. On our … |
DE delyn | |
userdomain could be an optional argument |
DE delyn | |
on our side, active directory port is not 389 and AD_FIND_DC_FROM_DNS is not available providing host with host:port should be … |
DE delyn | |
userdomain not required |
DE delyn | |
not mandatory to configure authentication on several domains |
DE delyn | |
Col: 1 W293 blank line contains whitespace |
reviewbot | |
Col: 1 W293 blank line contains whitespace |
reviewbot | |
Col: 32 E225 missing whitespace around operator |
reviewbot | |
Col: 25 W291 trailing whitespace |
reviewbot | |
Col: 75 W291 trailing whitespace |
reviewbot | |
Col: 80 E501 line too long (90 > 79 characters) |
reviewbot | |
Remove this blank line. |
chipx86 | |
Blank line after this. |
chipx86 | |
Blank line after. |
chipx86 | |
'string' is kind of unspecific. Maybe domain? I think this should allow either comma-separated or space-separated domains. Can be done … |
chipx86 | |
Remove the parens. |
chipx86 | |
Blank line before. |
chipx86 | |
Blank line after. I'd prefer user_subdomain. |
chipx86 | |
if '@' in username: |
chipx86 | |
This can be one statement: username, subdomain = username.split('@', 1) |
chipx86 | |
if '\\' in username: |
chipx86 | |
Same comment as above. |
chipx86 | |
I'd prefer user_domain. |
chipx86 | |
Blank line before. Also should be: if user_subdomain: |
chipx86 | |
Can you make this specific to mention Active Directory? |
chipx86 | |
This seems to be here twice. |
chipx86 | |
"... to find the DC, specify the domain ..." |
chipx86 | |
Col: 80 E501 line too long (83 > 79 characters) |
reviewbot |
-
This is a review from Review Bot. Tool: PEP8 Style Checker Processed Files: reviewboard/accounts/backends.py reviewboard/accounts/forms.py Ignored Files:
-
-
-
-
-
-
-
This is a review from Review Bot. Tool: PEP8 Style Checker Processed Files: reviewboard/accounts/backends.py reviewboard/accounts/forms.py Ignored Files: