Benutzer-Werkzeuge

Webseiten-Werkzeuge


activedirectory:ldapfehler

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
activedirectory:ldapfehler [2015/06/17 13:10] ronnyactivedirectory:ldapfehler [2015/06/26 13:48] ronny
Zeile 39: Zeile 39:
 |49/530|NOT_PERMITTED_TO_LOGON_AT_THIS_TIME|Der Benutzer hat nicht das Recht einer interaktiven Anmeldung. Wird dann zurückgegeben, wenn Benutzername und Passwort darüber hinaus korrekt waren.| |49/530|NOT_PERMITTED_TO_LOGON_AT_THIS_TIME|Der Benutzer hat nicht das Recht einer interaktiven Anmeldung. Wird dann zurückgegeben, wenn Benutzername und Passwort darüber hinaus korrekt waren.|
 |49/531|RESTRICTED_TO_SPECIFIC_MACHINES|Der Benutzer hat keine Berechtigung, sich an dem Computer anzumelden, von dem aus er es versucht hat. Wird nur zurück gegeben, wenn Benutzername und Passwort darüber hinaus korrekt waren| |49/531|RESTRICTED_TO_SPECIFIC_MACHINES|Der Benutzer hat keine Berechtigung, sich an dem Computer anzumelden, von dem aus er es versucht hat. Wird nur zurück gegeben, wenn Benutzername und Passwort darüber hinaus korrekt waren|
-49 / 532  PASSWORD_EXPIRED  Indicates an Active Directory (AD) AcceptSecurityContext data error that is a logon failureThe specified account password has expired. Returns only when presented with valid username and password credential+|49/532|PASSWORD_EXPIRED|Das angegeben AD-Konto ist abgelaufenDiese Meldung wird nur dann zurück gegeben, wenn Benutzername und Passwort korrekt waren.| 
-49 / 533  ACCOUNT_DISABLED  Indicates an Active Directory (AD) AcceptSecurityContext data error that is a logon failureThe account is currently disabled. Returns only when presented with valid username and password credential+|49/533|ACCOUNT_DISABLED|Das angegebene AD-Konto ist deaktiviertDiese Meldung wird nur dann zurück gegeben, wenn Benutzername und Passwort korrekt waren.| 
-49 / 568  ERROR_TOO_MANY_CONTEXT_IDS  Indicates that during a log-on attemptthe user's security context accumulated too many security IDsThis is an issue with the specific LDAP user object/account which should be investigated by the LDAP administrator+|49/568|ERROR_TOO_MANY_CONTEXT_IDS|Wird angezeigtwenn der Benutzer sich mit zu vielen verschiedenen SIDs gemeldet hat(?)Dieser Vorfall sollte von einem AD-Administrator untersucht werden.| 
-49 / 701  ACCOUNT_EXPIRED  Indicates an Active Directory (ADAcceptSecurityContext data error that is a logon failureThe user's account has expired. Returns only when presented with valid username and password credential+|49/701|ACCOUNT_EXPIRED|Gibt einen AD AcceptSecurityContext-Fehler zurück, weil der Useraccount abgelaufen istWird nur angezeigt, wenn Benutzername und Passwort passen.| 
-49 / 773  USER MUST RESET PASSWORD  Indicates an Active Directory (AD) AcceptSecurityContext data errorThe user's password must be changed before logging on the first time. Returns only when presented with valid user-name and password credential+|49/773|USER MUST RESET PASSWORD|Der Benutzer muss sein Passwort nach der ersten Anmeldung ändernWird nur zurückgegeben, wenn Benutzername und Passwort korrekt waren.| 
-50  LDAP_INSUFFICIENT_ACCESS  Indicates that the caller does not have sufficient rights to perform the requested operation. +|50|LDAP_INSUFFICIENT_ACCESS|Der Anwender hat nicht die notwendigen Rechte um die angeforderte Operation auszuführen| 
-51  LDAP_BUSY  Indicates that the LDAP server is too busy to process the client request at this time but if the client waits and resubmits the requestthe server may be able to process it then+|51|LDAP_BUSY|Der Server ist zu ausgelastetso dass die Clientanfrage nicht bearbeitet werden konnteWenn der Client die Anfrage später erneut schickt, kannd ie Anfrage evtl. dann bearbeitet werden| 
-52  LDAP_UNAVAILABLE  Indicates that the LDAP server cannot process the client's bind request, usually because it is shutting down+|52|LDAP_UNAVAILABLE|Der Server kann die Bind-Anfrage des Clients nicht bearbeiten - üblicherweise weil der Server gerade herunter fährt.| 
-53  LDAP_UNWILLING_TO_PERFORM  Indicates that the LDAP server cannot process the request because of server-defined restrictions. This error is returned for the following reasons: The add entry request violates the server's structure rules...OR...The modify attribute request specifies attributes that users cannot modify...OR...Password restrictions prevent the action...OR...Connection restrictions prevent the action+|53|LDAP_UNWILLING_TO_PERFORM|Der Server kann die Anfrage nicht bearbeiten, da es serverseitige BEschränkungen gibt. Dieser Fehler kommt normalerweise dann, wenn ein neuer Eintrag erzeugt werden soll, der nicht in die vorgegebene Struktur passt ODER es sollte ein Attribut modifiziert werden, für dass der Anwender keine Berechtigung hat ODER die Passwort-Richtlinien die Aktion verhindern ODER die Verbindungsbeschränkungen die Aktion verbieten.| 
-54  LDAP_LOOP_DETECT  Indicates that the client discovered an alias or referral loopand is thus unable to complete this request+|54|LDAP_LOOP_DETECT|Die Clientanfrage hat einen Alias- oder Referenzbezogene Schleife entdecktdaher kann die Anfrage nicht beendet werden.| 
-55-63 Not used. +|55-63| |Nicht verwenden| 
-64  LDAP_NAMING_VIOLATION  Indicates that the add or modify DN operation violates the schema's structure rulesFor example, +|64|LDAP_NAMING_VIOLATION|Die Add- oder Modify-Operation an einem distinguishedName verletzt die Strukturvorgaben des SchemasBeispiel: Die Anfrage erstellt ein Objekt unterhalb eines Alias ODER die Anfrage erzeugt ein Objekt in einer OUdie keine untergordneten Objekte erhalten darf ODER es wurde verbotene Attribute bei der Anfrage verwendet.| 
-The request places the entry subordinate to an alias. The request places the entry subordinate to a container that is forbidden by the containment rules. The RDN for the entry uses a forbidden attribute type+|65|LDAP_OBJECT_CLASS_VIOLATION|Eine Add-Modify oder Modify distnuishedName-Operation verletzt die Klassenregeln für einen EintragBeispiel: Eine Add- oder Modify-Operation versuchen ein Objekt anzulegen oder zu ändern und ein Pflichtfeld wird nicht übergeben ODER es wird versucht ein Objekt mit einem Attribut anzulegendass in der Definition des Objekts nicht enthalten ist.|
- +
-65  LDAP_OBJECT_CLASS_VIOLATION  Indicates that the addmodify, or modify DN operation violates the object class rules for the entryFor examplethe following types of request return this error: +
-The add or modify operation tries to add an entry without a value for a required attributeThe add or modify operation tries to add an entry with a value for an attribute which the class definition does not contain. The modify operation tries to remove a required attribute without removing the auxiliary class that defines the attribute as required. +
 66 LDAP_NOT_ALLOWED_ON_NONLEAF Indicates that the requested operation is permitted only on leaf entries. For example, the following types of requests return this error: 66 LDAP_NOT_ALLOWED_ON_NONLEAF Indicates that the requested operation is permitted only on leaf entries. For example, the following types of requests return this error:
 The client requests a delete operation on a parent entry. The client request a modify DN operation on a parent entry. The client requests a delete operation on a parent entry. The client request a modify DN operation on a parent entry.
activedirectory/ldapfehler.txt · Zuletzt geändert: 2016/04/02 00:48 von 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki