File: 2002_admin_instead_of_manager.patch

package info (click to toggle)
migrationtools 47-8
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 340 kB
  • ctags: 99
  • sloc: perl: 1,305; sh: 661; makefile: 16
file content (17 lines) | stat: -rw-r--r-- 657 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff -ruN migrationtools-47.orig/migrate_all_online.sh migrationtools-47/migrate_all_online.sh
--- migrationtools-47.orig/migrate_all_online.sh	2007-01-10 22:50:00.000000000 +0100
+++ migrationtools-47/migrate_all_online.sh	2007-01-10 22:51:50.000000000 +0100
@@ -132,11 +132,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