Displaying 9 results from an estimated 9 matches for "pam_smb_passwd".
1998 Apr 02
4
samba and pam
Since I now have something which at least pretends to work, I suppose an
announcement is in order.
Those among you who track samba development are probably aware that samba
1.9.18p4 includes support for synchronising a unix database when changing
an SMB password. I'm currently working on a PAM module which will provide
similar functionality for all applications compiled with PAM support:
2002 Aug 20
1
pam_smbpass
...backend.
I want to have some users not be in ldap (like the built in stuff like
cyrus, mail, lp etc)
I can get that to work with the pam_ldap and pam_unix but pam_smbpass
doesn't seem to return user_unknown as i expect for users who are not in
the ldap database
does this make sense?
--- pam_smb_passwd.c 12 Feb 2002 15:56:19 -0000 1.1.2.8
+++ pam_smb_passwd.c 20 Aug 2002 23:41:57 -0000
@@ -126,9 +126,9 @@
/* obtain user record */
pdb_init_sam(&sampass);
- pdb_getsampwnam(sampass,user);
+ /*pdb_getsampwnam(sampass,user);*/
- if (sampass == NULL) {
+ if (!pdb_...
2009 Feb 18
11
Confused about prerequisites for ZFS to work
I''m hoping to get some general clues about what all is required to get
an experiment going with zfs.
I''ve managed to install osol-11 in a vmware on windowsXP host from a
recent *.iso.
I''m following along with Simon''s blog showing how to set up ZFS. I''m
newbie with both ZFS and Solaris but the instructions seem pretty
clear.
However I''m
2001 Nov 01
1
Sol 2.8 - Samba 222- --with-pam compile errors
...quot;, line 2059
argument : pointer to const char
"pam_smbpass/pam_smb_auth.c", line 217: warning: argument #1 is
incompatible with prototype:
prototype: pointer to char : "include/proto.h", line 2059
argument : pointer to const char
Compiling pam_smbpass/pam_smb_passwd.c with -KPIC
"pam_smbpass/pam_smb_passwd.c", line 47: warning: argument #1 is
incompatible with prototype:
prototype: pointer to char : "include/proto.h", line 2059
argument : pointer to const char
"pam_smbpass/pam_smb_passwd.c", line 112: warning: argu...
2003 Jun 12
1
Debian and dovecot
...IM
MAIN
MAIN # documentation says I need 2 servers (only have one, is this
ok)
and changed the pam.d/dovecot to:
auth required pam_smb_auth.so
account required pam_smb_auth.so # there is no pam_smb_acct
password required pam_smb_auth.so # there is no pam_smb_passwd
session required pam_smb_auth.so # there is no pam_smb_session
and it doesn't work. I obviously did something wrong, but don't know what,
and I found nothing that could help me on google. I have samba installed and
it works so It's PAM that I'm configuring incorrectly....
2002 May 16
0
ldap+pam+NT/unix-password sync :: please help!
...is clearly the wrong approach, since it is trying
to modify a local smbpasswd-file (which does not exist, since the
smbpasswords are stored on the ldap-server)
the pam_smb_auth is clearly wrong, since it does authentification
(instead of password-changing) but could connect to a remote PDC.
the pam_smb_passwd might be right, but there are no debian-packages, i
didn't managed (yet) to compile, and anyhow it seems to be "not for
production use"
of course my users could be forced to use "smbpasswd" instead of
"passwd" but i'd rather not, and to make (dirty) links...
2002 May 29
0
Need help compiling on HPUX 11.00 for 2.2.4
...CCLIENT_OBJ1) \
$(RPC_CLIENT_OBJ) $(LIBMSRPC_OBJ)
NSS_OBJ_0 = nsswitch/wins.o $(PARAM_OBJ) $(UBIQX_OBJ) $(LIBSMB_OBJ)
$(LIB_OBJ)
NSS_OBJ = $(NSS_OBJ_0:.o=.po)
PICOBJS = $(SMBWRAPPER_OBJ:.o=.po)
PICOBJS32 = $(SMBWRAPPER_OBJ:.o=.po32)
PAM_SMBPASS_OBJ_0 = pam_smbpass/pam_smb_auth.o pam_smbpass/pam_smb_passwd.o
\
pam_smbpass/pam_smb_acct.o pam_smbpass/support.o \
lib/debug.o lib/util_sid.o lib/messages.o lib/util_str.o \
lib/wins_srv.o lib/substitute.o lib/select.o lib/util.o \
nsswitch/wb_client.o nsswitch/wb_common.o lib/system.o \
lib/charset.o lib/util_file.o lib/kanji.o lib/genrand.o \...
2002 May 28
0
link errors compiling 2.2.4 on HP-UX 11.00
...CCLIENT_OBJ1) \
$(RPC_CLIENT_OBJ) $(LIBMSRPC_OBJ)
NSS_OBJ_0 = nsswitch/wins.o $(PARAM_OBJ) $(UBIQX_OBJ) $(LIBSMB_OBJ)
$(LIB_OBJ)
NSS_OBJ = $(NSS_OBJ_0:.o=.po)
PICOBJS = $(SMBWRAPPER_OBJ:.o=.po)
PICOBJS32 = $(SMBWRAPPER_OBJ:.o=.po32)
PAM_SMBPASS_OBJ_0 = pam_smbpass/pam_smb_auth.o pam_smbpass/pam_smb_passwd.o
\
pam_smbpass/pam_smb_acct.o pam_smbpass/support.o \
lib/debug.o lib/util_sid.o lib/messages.o lib/util_str.o \
lib/wins_srv.o lib/substitute.o lib/select.o lib/util.o \
nsswitch/wb_client.o nsswitch/wb_common.o lib/system.o \
lib/charset.o lib/util_file.o lib/kanji.o lib/genrand.o \...
2003 Apr 20
1
log of build of 2.2.8a on Solaris9 using SUN's studio7 cc.
...op code not reached
"pam_smbpass/pam_smb_auth.c", line 186: warning: argument #3 is incompatible with prototype:
prototype: pointer to pointer to void : "/usr/include/security/pam_appl.h", line 180
argument : pointer to pointer to const void
Compiling pam_smbpass/pam_smb_passwd.c with -KPIC
"pam_smbpass/pam_smb_passwd.c", line 51: warning: implicit function declaration: make_remark
"pam_smbpass/pam_smb_passwd.c", line 111: warning: argument #2 is incompatible with prototype:
prototype: pointer to pointer to char : "/usr/include/security/pa...