ldap Flashcards
Which data structure LDAP stores directory information?
It uses Directory Information Tree (DIT)
What is the name of the identifier used for each entry in the Directory Information Tree?
Distinguished Name (DN)
CN=John Doe,OU=Sales,DC=example,DC=com
CN (Common Name): A human-readable attribute like username or device name.
OU (Organizational Unit): A container within the DIT for grouping related entries.
DC (Domain Component): Represents a part of the DNS domain hierarchy.
How is Active Directory structured?
Domains -> Trees -> Forests
What are the names of the servers that contain objects in AD?
Domain controllers
What is the name of the server that contains a copy of all the directories/objects?
Global catalog server
How active directory resolves IP addresses of its resources?
DNS
Qual operacao autentica e conecta no ldap?
Bind
Qual operacao desconecta no ldap?
Unbind
Qual operacao encerra o último processamento?
Abandon
Qual operacao checa se uma entrada tem um atributo com certo valor?
Compare
Qual operacao altera os conteudos da entrada?
Modify ou modify DN