Re: Suggestion

2012-03-09 Thread Eugene M. Zheganin

Hi.

On 09.03.2012 10:56, Bruno Comerci wrote:

Instead of wasting your time and man power, why wont you join to the ReactOS 
project?
It would be more beneficial to the internet community and to the users around 
the world who wants a free OS with similar looking and functions than Windows, 
if you just throw away your FreeBSD and join forces with the ReactOS team to 
accelerate their process.

The only project that has even worser situation with development than 
ReactOS is actually OS/2 community kernel development project, known as 
OS/4.


So why ReactOS. Who even needs EoL WinXP clone. Which is, by the way, 
still not production-ready.

Win8 is on its way. It will bury you completely.

Eugene.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


nsswitch and unavailable backends

2012-03-05 Thread Eugene M. Zheganin

Hi.

I'm trying to set up LDAP user authentication. I use bet/nss_ldap and 
security/pam_ldap ports to do this.
I'm doing this following the article from the documentation set. Though 
it's not that complete and misses some very important stuff, I've 
actually set up the LDAP installations and my users are able to 
successfully authenticate and log in on my servers.


Then I ran into some serious issue. :) When the LDAP server if 
off/unavailable, users cannot log in - I mean, even the local users.


nsswitch.conf:

group: files ldap
hosts: files dns
networks: files
passwd: files ldap
shells: files
services: files
protocols: files
rpc: files

If I remove ldap - all is fine, of course, besides the fact that this 
breaks the LDAP authentication.
I've read the nsswitch manual and saw that I can handle the unavailable 
LDAP server with some action flags, but the default action is 'continue' 
already. I also tried the [notfound=return unavail=return 
tryagain=return] mantra (it's harmless to try since it's the last 
backup) but this didn't work either.


sshd crashes with signal 11, crond does the same. Sad.

On a machine running LDAP server the situation is even funnier: the LDAP 
server, even having a local account to work under, still tries to query 
himself on start, making the startup impossible.


Can this situation be solved ?
Right now I remove 'ldap' backend, start the slapd, add ldap backends 
again and so on.


Thanks.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org