[debian-edu-commits] r79992 - in branches/wheezy/debian-edu-config:	debian share/debian-edu-config/tools
    schweer-guest at alioth.debian.org 
    schweer-guest at alioth.debian.org
       
    Mon May  6 20:05:06 UTC 2013
    
    
  
Author: schweer-guest
Date: 2013-05-06 20:05:06 +0000 (Mon, 06 May 2013)
New Revision: 79992
Modified:
   branches/wheezy/debian-edu-config/debian/changelog
   branches/wheezy/debian-edu-config/share/debian-edu-config/tools/sssd-generate-config
Log:
tools/sssd-generate-config: According to man 5 sssd-krb5, the
option 'krb5_kdcip' is still valid, but deprecated and should
be replaced with 'krb5_server'.  (After this change related log
file entries would no longer be added.)
Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog	2013-05-06 20:03:40 UTC (rev 79991)
+++ branches/wheezy/debian-edu-config/debian/changelog	2013-05-06 20:05:06 UTC (rev 79992)
@@ -1,3 +1,12 @@
+debian-edu-config (1.704~svn) UNRELEASED; urgency=low
+
+  * tools/sssd-generate-config: According to man 5 sssd-krb5, the
+    option 'krb5_kdcip' is still valid, but deprecated and should
+    be replaced with 'krb5_server'.  (After this change related log
+    file entries would no longer be added.)
+
+ -- Wolfgang Schweer <wschweer at arcor.de>  Mon, 06 May 2013 21:48:32 +0200
+
 debian-edu-config (1.704~svn79965) wheezy-test; urgency=low
 
   [ Petter Reinholdtsen ]
Modified: branches/wheezy/debian-edu-config/share/debian-edu-config/tools/sssd-generate-config
===================================================================
--- branches/wheezy/debian-edu-config/share/debian-edu-config/tools/sssd-generate-config	2013-05-06 20:03:40 UTC (rev 79991)
+++ branches/wheezy/debian-edu-config/share/debian-edu-config/tools/sssd-generate-config	2013-05-06 20:05:06 UTC (rev 79992)
@@ -133,7 +133,7 @@
 if [ "$kerberosserver" ] ; then
     cat <<EOF
 
-krb5_kdcip = $kerberosserver
+krb5_server = $kerberosserver
 krb5_realm = $kerberosrealm
 krb5_changepw_principle = kadmin/changepw
 krb5_auth_timeout = 15
    
    
More information about the debian-edu-commits
mailing list