projects
/
carnet-tools-cn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ea3717
)
r53:
author
Ivan Rako
<Ivan.Rako@CARNet.hr>
Thu, 21 Apr 2005 07:15:13 +0000
(07:15 +0000)
committer
Ivan Rako
<Ivan.Rako@CARNet.hr>
Thu, 21 Apr 2005 07:15:13 +0000
(07:15 +0000)
functions.sh
patch
|
blob
|
history
diff --git
a/functions.sh
b/functions.sh
index
2f6a09e
..
c461a50
100644
(file)
--- a/
functions.sh
+++ b/
functions.sh
@@
-357,7
+357,7
@@
cp_get_ldap_realm() {
RET="`awk /^suffix/'{print $2}' /etc/ldap/slapd.conf | head -1 | tr -d '"' | awk -F, '{print $1}' | awk -F= '{print $2}'`"
- [ -z "$RET" ] && echo "cp_get_ldap_suffix: No LDAP REALM in /etc/ldap/slapd.conf" >&2
+ [ -z "$RET" ] && echo "cp_get_ldap_realm: No LDAP REALM in /etc/ldap/slapd.conf" >&2
[ -z "$echo_return" ] || echo $RET
CP_ECHO_RETURN="$echo_return"
}