search for: nispass

Displaying 5 results from an estimated 5 matches for "nispass".

2000 Feb 18
0
compiling in NIS+ support error
I would like t compile NIS+ support into SAMBA, but I am getthing an error. I am doing this: ./configure --with-nisplus and when I run make, I get these errors: Linking bin/smbd passdb/nispass.o: In function `make_sam_from_nisresult': passdb/nispass.o(.text+0x84f): undefined reference to `nis_sperrno' passdb/nispass.o: In function `nisp_get_nis_list': passdb/nispass.o(.text+0x8ff): undefined reference to `nis_list' passdb/nispass.o(.text+0x956): undefined reference to `ni...
1999 Oct 05
1
Linux/NIS+
...sword system. Nothing fancy, just all valid NIS+ users should be able to log into samba with the same password. I did recompile with -DWITH_NISPLUS, that is the version I've been playing with above. Thanks for any suggestions, Aaron (output from smbd -d10) [1999/10/04 17:18:51, 10] passdb/nispass.c:getnisp21pwnam(554) getnisppwnam: search by name: aaron [1999/10/04 17:18:51, 10] passdb/nispass.c:getnisp21pwnam(555) getnisppwnam: using NIS+ table /usr/private/smbpasswd [1999/10/04 17:18:51, 0] passdb/nispass.c:make_sam_from_nisp(491) make_smb_from_nisp: NIS+ lookup failure: Database fo...
1999 May 28
0
NIS+ support
...been implemented yet. So I did that :) So far my mods seem to be working, but I thought I'd offer it out to those (Solaris and Linux only?) users who are using NIS+. If one or two people find that it works for them too, I'll submit it for scrutiny and inclusion. The only changed file is nispass.c, and anyone who would like to try it can find it on: ftp://ftp.biomed.abdn.ac.uk/pub/samba/nispass.c If you try it, please let me know how you get on! Tested (briefly) on Solaris 7, will probably test on Linux soon. Should be trivial to modify for the HEAD branch also. This looks like a nice...
2000 Jun 29
2
passwords and NIS+
...eply_special(97) netbios connect: name1=127.0.0.1 name2=STILLWATER [2000/06/29 12:33:35, 2] smbd/connection.c:utmp_claim(560) utmp_claim: conn NULL [2000/06/29 12:33:35, 2] lib/access.c:check_access(258) Allowed connection from localhost (127.0.0.1) [2000/06/29 12:33:35, 0] passdb/nispass.c:make_sam_from_nisresult(372) make_sam_from_nisresult: NIS+ lookup failure: Database for table does not exist [2000/06/29 12:33:35, 0] smbd/chgpasswd.c:check_oem_password(638) check_oem_password: getsmbpwnam returned NULL [2000/06/29 12:33:35, 2] smbd/server.c:exit_server(408) Closing connec...
2001 Apr 30
0
Warning messages compiling --with-pam - pampass.c and pass_check.c
...an ./configure using --with-pam so I could use winbind. During compilation, I get the following warning messages: ............ Compiling passdb/secrets.c Compiling passdb/pass_check.c "passdb/pass_check.c", line 671: warning: statement not reached Compiling passdb/ldap.c Compiling passdb/nispass.c Compiling passdb/smbpasschange.c Compiling passdb/tdbpass.c Compiling passdb/pampass.c "passdb/pampass.c", line 129: warning: initialization type mismatch Compiling printing/pcap.c ............ In pass_check.c, I think there's a misspelling at line 668: 667 /* #ifndef HAVE_CRY...