search for: var_realm_upcase

Displaying 2 results from an estimated 2 matches for "var_realm_upcase".

2020 Jul 16
0
Authentication with trusted credentials
...uot;$(hostname -d)" VAR_DOMAINNAME_LOWCASE="${VAR_DOMAINNAME_DEFAULT,,}" VAR_DOMAINNAME_UPCASE="${VAR_DOMAINNAME_DEFAULT^^}" VAR_REALM_DEFAULT="$(grep default_realm /etc/krb5.conf |awk '{ print $NF }')" VAR_REALM_LOWCASE="${VAR_REALM_DEFAULT,,}" VAR_REALM_UPCASE="${VAR_REALM_DEFAULT^^}" if [ "${VAR_REALM_DEFAULT}" != "${VAR_REALM_UPCASE}" ] then sed -i "s/$VAR_REALM_DEFAULT/$VAR_REALM_UPCASE/g" /etc/krb5.conf echo "Adjusted /etc/krb5.conf its default REALM to UPPERCASE" else echo "Detected...
2020 Jul 14
3
Authentication with trusted credentials
Hai, ? Sorry for the late(r) reply but we all need to sleep also sometimes.? ;-) note, i saw its fixed, but i'll do comment a bit through your replies. ? ? mainly because of this part ? this part.? (Sended: monday 13 juli 2020 18:51) > net ads join -U administrator at SVITLA3.ROOM > Enter administrator at SVITLA3.ROOM's password: > Using short domain name -- SVITLA3 >