[Ultrapossum-cvs 717] plugin/sasl 1.3,1.4,sasl-account

Back to archive index

Masato Taruishi taru****@users*****
2004年 10月 7日 (木) 23:43:33 JST


===================================================================
RCS file: plugin/sasl/sasl-account,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- plugin/sasl/sasl-account	2004/09/23 06:21:18	1.3
+++ plugin/sasl/sasl-account	2004/10/07 14:43:33	1.4
@@ -6,14 +6,15 @@
 trap "eval `ultrapossum-config term`" 0
 
 echo -n "Creating account..." 1>&2
+
+if test "x$CREDENTIALS" != "x"; then
+  authcid="`echo $UPDATEDN | cut -d, -f1 | cut -d= -f2`"
+  echo -n " $authcid" 1>&2
+  echo "$CREDENTIALS" | saslpasswd2 -p -u $PACKAGE $authcid
+fi
+
 $MODULEDIR/server/apps list | while read cf
 do
-
-  if test "x$CREDENTIALS" != "x"; then
-    authcid="`echo $UPDATEDN | cut -d, -f1 | cut -d= -f2`"
-    echo -n " $authcid" 1>&2
-    echo "$CREDENTIALS" | saslpasswd2 -p -u $PACKAGE $authcid
-  fi
   . $APPSDIR/$cf
   for app in $apps
   do



Ultrapossum-cvs メーリングリストの案内
Back to archive index