| « Creating a Solaris Jumpstart server on a USB bootable brive | Tomcat and SSL redirection » |
Updating MS DNS using LDAP commands.
It is possible to get Microsoft DNS entries information using LDAP commands if the DNS zones are “Active Directory” integrated.
Here are some examples of LDAP commands run from a Solaris 10 machine to access the MS DNS (Active Directory side of the DNS
). In the following examples, the MS domain name is domain.com. The Domain Controller name is domaindc. dnsadminuser is the name of the user who has DNS admin privileges.
This first command will query the MS DNS and get the data for the server named servertest
ldapsearch -D "dnsadminuser@domain.com" -p 389 -h domaindc.domain.com \ -b "dc=domain,dc=com" "(&(objectClass=dnsNode)(name=servertest))"
2 comments
Comment from: Amy [Visitor]
Õˆ½ÌÄú,when I use LDIFDE commands , objectClass …¢”µ,³ýÁËdnsNode ߀ÓÐÄÄÐ©ÄØ? thank you~
06/26/08 @ 09:14
Amy
Sounds like there has been some problems while sending your comment... Sorry...
Sounds like there has been some problems while sending your comment... Sorry...
06/26/08 @ 11:27