[Cvs-nserver-users] pserver that authenticates to NT domain controller
Brought to you by:
tyranny
From: Alexey M. <al...@hs...> - 2002-06-06 10:32:00
|
>>>>> "SG" == Simon Goldrei <Sim...@we...> writes: SG> Hi, Does anybody know how to set-up a cvs pserver to authenticate SG> against A NT/windoze2k box? (ignoring local /etc/passwd) I've never did this myself, but AFAIK it should work. SG> I think it requires some combination of: SG> 1. smb_pam (which I have working correctly, checked against SG> /var/log/secure) Yes. SG> 2. checkpassword-pam (which I have now got SG> compiled and working) Surely it must be one from http://checkpasswd-pam.sf.net/ SG> 3. xinitd Yes. SG> 4. a meaningful /etc/pam.d entry Yes. SG> and a little bit of luck... SG> But how should I best combine them so that it all works? SG> Any pointers would really be appreciated... :-) SG> Is cvs-nserver even pserver compatible? My (rpm, PLD) distro only SG> came with cvs-nserver and no cvs-pserver. This sucks. 'cvs-nserver' binary itself is strictly experimental one (it works, but there is no need in it in real environments), and I believe it would be dropped at the next major release of cvs-nserver. You have to use 'cvs-pserver' protocol frontend binary somehow: either tell your vendor to repackage the cvs-nserver, or compile it yourself. Good luck, and don't forget about debugging features of checkpassword-pam. (And the Adminitrator's Guide could help also, available on the homepage.) Feel free to contact us if you have any questions. --alexm |