Created
January 29, 2011 18:47
-
-
Save fapestniegd/802085 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| loki:~# dig +short -t srv @127.0.0.1 _ldap._tcp.websages.com | |
| loki:~# /etc/init.d/slapd restart | |
| Stopping OpenLDAP: slapd. | |
| Starting OpenLDAP: slapd. | |
| loki:~# /etc/init.d/bind9 | |
| Usage: /etc/init.d/bind9 {start|stop|reload|restart|force-reload|status}. | |
| loki:~# /etc/init.d/bind9 restart | |
| Stopping domain name service...: bind9 waiting for pid 6697 to die. | |
| Starting domain name service...: bind9. | |
| loki:~# dig +short -t srv @127.0.0.1 _ldap._tcp.websages.com | |
| 100 50 636 odin.websages.com. | |
| 200 100 636 freyr.websages.com. | |
| loki:~# /etc/init.d/slapd restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment