Vertaling van "objectClass" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Gibt die Attribute zurück welche diese objectClass enthalten kann.
Returns the attributes that this objectClass may contain.
Vermeiden Sie das Hinzufügen von Einträgen mit objectClass=nstombstone.
Durch das Hinzufügen eines Eintrags mit objectClass=nstombstone kann es zum Fehlschlag der Replikation kommen.
Adding an entry with objectClass=nstombstone can cause replication to fail.
Ein gutes Beispiel hierfür ist das Attribut objectClass.
An example is the attribute objectClass.
Gibt die objectClass des Nodes zurück.
Returns the objectClass of the node.
Wenn Sie wirklich alle Informationen für einen Eintrag erhalten möchten, müssen Sie einen Filter der Art "objectClass= " verwenden.
If you want to retrieve absolutely all information for this entry, use a filter of objectClass= .
Die folgenden Variablen stehen für das Skript zur Verfügung: attribute, objectClass, configuration und memory.
The following variables are available to the script: attribute, objectClass, configuration, and memory.
Gibt den Namen von objectClass zurück.
Returns the objectClass name.
Gibt den Typ von objectClass zurück.
Returns the objectClass type.
Sortiert die gegebenen Attribute nach dn gefolgt von objectClass und dann gefolgt von allen anderen Attributen alphabetisch sortiert.
'sort' Sort the given attributes with dn following objectClass and following all other attributes sorted alphabetically.
Mithilfe dieses LDAP-Filters werden alle Benutzer gesucht, deren Nachname mit dem Buchstaben A beginnt: (&(objectClass=user)(sn= A*))
This LDAP filter finds all users with last names that start with the letter A. (&(objectClass=user)(sn= A*))
RFC 2256 gibt an, dass für jedes Objekt in LDAP das Attribut „ objectClass "vorhanden sein muss.
RFC 2256 specifies the "objectClass" attribute must be present for every object in LDAP.
Üblich ist eine Kombination aus einer Objektklasse (z. B. für „ich suche nach einem User" über „objectClass=person") und einem Attribut (z. B. „uid=Administrator").
This usually involves a combination of an object class (e.g., for "I am looking for a user" via "objectClass=person") and an attribute (e.g., "uid=Administrator").