I'd be happy to lend a hand and clean up; I'm a native english speaker from
california.
You should post in the forums and ask for more help improving this in the
Beta <http://forum.ebox-platform.com/index.php?board=10.0> forum or
Contributions <http://forum.ebox-platform.com/index.php?board=4.0> forum.

I will test some of these configurations myself; THANK YOU for figuring
redmine's LDAP settings out! :)

On Fri, Aug 27, 2010 at 4:11 AM, Marcus Wellnitz
<[email protected]>wrote:

> 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
>



-- 
[     Graham Cantin      ] | (408) 890-7463 - Google Voice FindME
"Never feel stupid for asking questions, feel stupid for ignoring answers."
[  System Administrator  ] | (650) 210-9219 x605 - IT & Office PBX
"You're arrogant for thinking you can, ignorant for thinking you cannot."
[ Intrinsyx Technologies ] | (650) 210-9220 - Main Office Direct
"Asking questions is important,
because that's when intuition gets converted into inspiration."
[   NASA Ames Research   ] | Building 19, Moffett Field, CA
"As living spies we must recruit men who are intelligent but appear
to be stupid; who seem to be dull but are strong in heart; men who are
agile, vigorous, hardy, and brave; well-versed in lowly matters and able
to endure hunger, cold, filth, and humiliation." - Tu Mu (803-825)
_______________________________________________
ebox-user mailing list
[email protected]
http://lists.ebox-platform.com/cgi-bin/mailman/listinfo/ebox-user

Reply via email to