File: 02_admin_instead_of_manager.diff

package info (click to toggle)
migrationtools 46-1sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 252 kB
  • ctags: 41
  • sloc: perl: 1,370; sh: 659; makefile: 5
file content (17 lines) | stat: -rw-r--r-- 647 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff -ruN MigrationTools-45/migrate_all_online.sh migrationtools-45/migrate_all_online.sh
--- MigrationTools-45/migrate_all_online.sh	2003-04-15 05:09:33.000000000 +0200
+++ migrationtools-45/migrate_all_online.sh	2004-01-26 17:06:03.000000000 +0100
@@ -129,11 +129,11 @@
 fi
 
 if [ "X$LDAP_BINDDN" = "X" ]; then
-	question="Enter the manager DN: [cn=manager,$LDAP_BASEDN]:"
+	question="Enter the manager DN: [cn=admin,$LDAP_BASEDN]:"
 	echo "$question " | tr -d '\012' > /dev/tty
 	read LDAP_BINDDN
 	if [ "X$LDAP_BINDDN" = "X" ]; then
-		LDAP_BINDDN="cn=manager,$LDAP_BASEDN"
+		LDAP_BINDDN="cn=admin,$LDAP_BASEDN"
 	fi
 fi
 export LDAP_BINDDN