Changeset 1216


Ignore:
Timestamp:
01/15/12 11:40:28 (4 months ago)
Author:
tschmitt
Message:
  • pam-ldap-Konfiguration korrigiert.
  • moodle zu Servertask hinzugefügt.
Location:
main/linuxmuster-base/branches/testing
Files:
4 added
4 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • main/linuxmuster-base/branches/testing/debian/changelog

    r1213 r1216  
    55  * deactivated various ipcop stuff. 
    66 
    7  -- Thomas Schmitt <schmitt@lmz-bw.de>  Sat, 14 Jan 2012 21:27:37 +0100 
     7 -- Thomas Schmitt <schmitt@lmz-bw.de>  Sun, 15 Jan 2012 11:38:31 +0100 
    88 
    99linuxmuster-base (5.1.0-3lenny0) lenny; urgency=low 
  • main/linuxmuster-base/branches/testing/share/tasks/server

    r1210 r1216  
    4141mindi 
    4242mnemo2 
     43moodle 
    4344mondo 
    4445mysql-server 
  • main/linuxmuster-base/branches/testing/var/config-dynamic/15_ldap/postpatch

    r1207 r1216  
    1010# restore ldapadmin password 
    1111smbpasswd -w $ldapadminpw 
    12  
    13  
    14 # patch libnss-ldap.conf with basedn 
    15 template=/etc/libnss-ldap.conf 
    16 [ "$1" = "--modify" ] && backup_file $template 
    17 sed -e "s/^base.*/base $basedn/ 
    18         s/^rootbinddn.*/rootbinddn cn=admin,$basedn/" -i $template 
    19  
    20  
    21 # patch pam_ldap.conf with basedn 
    22 template=/etc/pam_ldap.conf 
    23 [ "$1" = "--modify" ] && backup_file $template 
    24 sed -e "s/^base.*/base $basedn/ 
    25         s/^rootbinddn.*/rootbinddn cn=admin,$basedn/" -i $template 
    2612 
    2713 
Note: See TracChangeset for help on using the changeset viewer.