| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Converts uint32 to a string value that is suitable for octed
string attributes.
|
|
|
|
|
|
|
|
|
| |
Simplifies and consolidates error reporting for ldap authentication paths.
Adds 3 new error codes:
ERR_CHPASS_DENIED - Used when password constraints deny password changes
ERR_ACCOUNT_EXPIRED - Account is expired
ERR_PASSWORD_EXPIRED - Password is expired
|
| |
|
| |
|
|
|
|
| |
https://fedorahosted.org/sssd/ticket/986
|
|
|
|
|
|
|
|
|
| |
In some cases, where there would be no response from the LDAP server,
there would be no R/W events on the LDAP fd, so
sdap_async_sys_connect_done would never be called.
This patch adds a tevent timer that cancels the connection after
SDAP_NETWORK_TIMEOUT seconds.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
For more details on ASQ, see:
http://msdn.microsoft.com/en-us/library/aa366976%28VS.85%29.aspx
http://msdn.microsoft.com/en-us/library/aa746418%28v=VS.85%29.aspx
|
|
|
|
| |
https://fedorahosted.org/sssd/ticket/643
|
|
Also update BUILD.txt
|