mutt_ldap_query: Fix RH hostname.
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 31 Jul 2013 15:41:40 +0000 (17:41 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 31 Jul 2013 15:41:40 +0000 (17:41 +0200)
bin/mutt_ldap_query

index 84c018a..d942ba5 100755 (executable)
@@ -10,7 +10,8 @@ query=$1;
 
 #ldap_server="-h ldap.stuttgart.redhat.com"
 #ldap_server="-H ldap://127.0.0.1:3389"
-ldap_server="-H ldap://ldap.str.redhat.com:389"
+#ldap_server="-H ldap://ldap.str.redhat.com:389"
+ldap_server="-H ldap://ldap.corp.redhat.com:389"
 search_base="dc=redhat,dc=com"
 
 echo