Hello Mattias,
[...]
> so my english is kind of bad so the error you see please help me and fix
> them :-)
>
>
> Regards Mattias

That's fine. But 
1. Is it possible to rename
https://help.ubuntu.com/community/ebox_ubuntu10.04
to something like
https://help.ubuntu.com/community/ebox_ubuntu10.04_client
or
https://help.ubuntu.com/community/ubuntu10.04_client_to_ebox

2. Have you sucessfully installed ldaps or ldap-over-tls?
In my Environment it makes sense to encrypt the network traffic. In a few days 
i will try to implement it. So maybe we can add that chapter to your 
documentation.

4. There is a module pam-mkhomedir
--> That's our implementation
## change the following files:
MyFile=/etc/pam.d/common-auth
if [ ! ${MyFile}-orig ] ; then cp ${MyFile} ${MyFile}-orig ; fi
cat > ${MyFile} << EOF
# this file is created while ldapify the system <by script @Marcus Wellnitz>
auth sufficient pam_ldap.so
auth required pam_unix.so nullok_secure use_first_pass
EOF

MyFile=/etc/pam.d/common-account
if [ ! ${MyFile}-orig ] ; then cp ${MyFile} ${MyFile}-orig ; fi
cat > ${MyFile} << EOF
# this file is created while ldapify the system <by script @Marcus Wellnitz>
account sufficient pam_ldap.so
account required pam_unix.so
EOF

MyFile=/etc/pam.d/common-password
if [ ! ${MyFile}-orig ] ; then cp ${MyFile} ${MyFile}-orig ; fi
cat > ${MyFile} << EOF
# this file is created while ldapify the system <by script @Marcus Wellnitz>
password sufficient pam_ldap.so
password required pam_unix.so nullok obscure min=4 max=8 sha
EOF

MyFile=/etc/pam.d/common-session
if [ ! ${MyFile}-orig ] ; then cp ${MyFile} ${MyFile}-orig ; fi
cat > ${MyFile} << EOF
# this file is created while ldapify the system <by script @Marcus Wellnitz>
session required        pam_unix.so
session required pam_mkhomedir.so skel=/etc/skel/
session optional pam_ldap.so
session optional pam_foreground.so
EOF

MyFile=/etc/nsswitch.conf 
if [ ! ${MyFile}-orig ] ; then cp ${MyFile} ${MyFile}-orig ; fi
cat > ${MyFile} << EOF
# this file is created while ldapify the system <by script @Marcus Wellnitz>
passwd:      files compat ldap
shadow:      files compat ldap
group:       files compat ldap

hosts:          files mdns4_minimal [NOTFOUND=return] dns mdns4
networks:       files

protocols:      db files
services:       db files
ethers:         db files
rpc:            db files

netgroup:       nis
EOF

3. Will somebody give me access to the WIKI?

greetings from Germany
-- 
Marcus Wellnitz
Datenwerk GmbH
Vogelsbergstr. 34
60316 Frankfurt am Main

Telefon +49 (0) 69/9434086-0
Fax     +49 (0) 69/9434086-9
E-Mail  [email protected]
Web     www.datenwerk-it.de

Sitz: Frankfurt am Main, Amtsgericht  Frankfurt am Main HRB 55221
Geschäftsführer: Michael Beck, Dr. Thomas Latz
_______________________________________________
ebox-user mailing list
[email protected]
http://lists.ebox-platform.com/cgi-bin/mailman/listinfo/ebox-user

Reply via email to