[Ultrapossum-cvs 1038] ultrapossum/module/server 1.28,1.29,10server

アーカイブの一覧に戻る

Masato Taruishi taru****@users*****
2004年 10月 26日 (火) 22:09:31 JST


===================================================================
RCS file: ultrapossum/module/server/10server,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ultrapossum/module/server/10server	2004/10/26 12:59:23	1.28
+++ ultrapossum/module/server/10server	2004/10/26 13:09:31	1.29
@@ -212,7 +212,7 @@
 fi
 
 if test "x$LDAP_PROVIDER" = "x"; then
-  for h in $SLAVES
+  for h in $MASTER $SLAVES
   do
     if test "x$LDAP_PROVIDER" = "x"; then
       LDAP_PROVIDER="ldap://$h/"
@@ -220,13 +220,6 @@
       LDAP_PROVIDER="$LDAP_PROVIDER ldap://$h/"
     fi
   done
-  if ! include "$MASTER" "$SYNCBACKUPS"; then
-    if test "x$LDAP_PROVIDER" = "x"; then
-      LDAP_PROVIDER="ldap://$MASTER/"
-    else
-      LDAP_PROVIDER="$LDAP_PROVIDER ldap://$MASTER/"
-    fi
-  fi
 fi
 
 if test "x$SECRETCF" = "x"; then



Ultrapossum-cvs メーリングリストの案内
アーカイブの一覧に戻る