Bug 961416
| Summary: | cannot join AD domain as non-admin user | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Karel Srot <ksrot> |
| Component: | realmd | Assignee: | Stef Walter <stefw> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 19 | CC: | jhrozek, stefw, yelley |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-05-13 12:45:26 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Karel Srot
2013-05-09 15:04:27 UTC
Yes, it is very common not to be able to join AD with a non-admin user. There are any number of cases: * The computer account already exists. * The user has added more than N machines to the domain (ever), where N is something like 5 or 10 (see Windows GPO for your domains default value). * adcli is in use. adcli uses LDAP to create computer accounts in the domain. Windows Server 2008 has problems when using LDAP to create a computer account via LDAP (rather than RPC). * Many domains disable non-admin joins. realmd tells callers that they need to use other credentials (thus the Insufficient permissions) in order to complete the join. |