search for: dallow_change_password

Displaying 19 results from an estimated 19 matches for "dallow_change_password".

1998 May 05
0
-DALLOW_CHANGE_PASSWORD and FreeBSD
Hi In usr/ports/net/samba/work/samba-1.9.18p4/source/Makefile is: # -DALLOW_CHANGE_PASSWORD if you want users to be able to set their password # remotely (only works on some systems) and then for FreeBSD port: # This is for FreeBSD # contributed by kuku@acds.physik.rwth-aachen.de # NOTE: You may need to add -DBSD44 if you have password problems FLAGSM = -DFreeB...
1998 Jun 25
3
Cannot change password
...PAM and is a ypclient. Client PC's are DOS 6.20 with MS Client 3.0 and Windows 95. I am having trouble changing passwords using the "net password \\<server>" command from either DOS or Win95 command prompt. Changing passwords worked fine using Samba 17p3. The compile switch -DALLOW_CHANGE_PASSWORD has been used and smb.conf parameters are set up correctly. [global] passwd program = /usr/bin/yppasswd passwd chat = "*Old password*" %o\n "*New password*" %n\n "*ype new password* " %n\n *changed* password level = 4 The error reported in the client log file at l...
1998 Apr 01
1
Help Me Beat NT--Red Hat Performance Help Needed
.... > I am now in a state where I have compiled and installed version > 1.9.18p3. I have compiled it and tested performance with roughly the > same results with almost all combinations of options. Last attempt, I > went back to the suggested options: > > FLAGSM = -DLINUX -DNETGROUP -DALLOW_CHANGE_PASSWORD -DFAST_SHARE_MODES > -DNO_ASMSIGNALH -DGLIBC2 LIBSM = -lnsl -lcrypt > > I have tried it with and without glibc. I also tried it with the glibc > errata rpm installed, saw no difference, but begin having some nfs > related problems, so I just reinstalled the entire OS to make sure I w...
1998 Oct 15
1
Problem to map home dir
...-DNISPLUS add this to ask nis+ instead of yp for users' home directories # -DSHADOW_PWD if you are using shadow passwords # -DGETPWANAM if you wish to use getpwanam() call # -DPWDAUTH if you have and want to use the pwdauth() call # -DUFC_CRYPT if you want the fast crypt routine # -DALLOW_CHANGE_PASSWORD if you want users to be able to set their password # remotely (only works on some systems) # -DQUOTAS for quota support in disk_free(). This probably only works # on some systems. # -DFAST_SHARE_MODES if you want the fast shared memory instead of the #...
1997 Sep 17
2
GUEST_SESSSETUP as an smb.conf parameter?
...smb.conf parameter: can't it be added as a comment to the Makefile (probably near the comments to FAST_SHARE_MODES)? I'm doing ALL the necessary changes for my companies platforms in the Makefile only and am using a line FLAGSM = -DSVR4 -DSHADOW_PWD -DGUEST_SESSSETUP=1 -DFAST_SHARE_MODES -DALLOW_CHANGE_PASSWORD regards Stefan -- Stefan Kanthak e-mail: Stefan.Kanthak@mch.sni.de OEC BS2000 OS AP 2 'POSIX' WWW: http://D255S050.mch.sni.de/ Siemens Nixdorf Informationssysteme AG LAN-Manager: \\D255S050\PUBLIC\ Otto-Hahn-Ring 6 Telefon...
1998 Mar 31
1
changing password from win95 fail
...g access to user due to null password check_lanman:password: old password doesn't match" But I know that it is the right password. I just retyped it several times seconds before I tried it again. I compiled Samba on Linux using all of the following flags. -DREPLACE_GETPASS -DSMBGETPASS -DALLOW_CHANGE_PASSWORD -DSHADOW_PWD -DQUOTAS -DFAST_SHARE_MODE The server is running security = user using encrypted passwords out of a smbpasswd file. Please help Thanks a lot, Robert Robert Koruna <robert.koruna@tiwag.co.at> ----------------------------------------- TIWAG-Tiroler Wasserkraftwerke AG Ab...
1998 Jun 12
0
Changing passwords problem from Win95
Hello, I'm running Samba 1.9.19-prealpha (CVS, June 8 1998) on a sparc Solaris 2.6 server. It works fine. Now I'm trying to use the password changing feature from my Win95 clients'control panel. So I compiled with -DALLOW_CHANGE_PASSWORD, enabled encrypted passwords (have a smbpasswd file) and added 'unix password sync = yes' in my smb.conf... But password changing don't works because I use NIS. Under solaris and NIS, the /bin/passwd command always need an old UNIX password, even if it is called as root. With 'p...
1998 Aug 17
1
Compiling with SCO
Has anybody tried to to compile SAMBA using gcc under SCO unix 5? This may just be a problem I'm having using the gcc compiler, but I'm having problems. I would just like to know if anyone's done it, and any special problems they may have had. ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
1998 Aug 27
0
precompiled SCO binaries u
...1 = # Use this for SCO OpenServer 5 with TCB passwords (default) and GCC # contributed by Scott Michel <scottm@intime.intime.com> # you may also like to add the -dy switch (recommended by Marnus van # Niekerk, mvn@pixie.co.za) CC = gcc FLAGSM = -DSCO -DSecureWare -DEVEREST -DUSE_MMAP -DALLOW_CHANGE_PASSWORD LIBSM = -lprot -lcurses -lcrypt -lsocket -lPW -lm -lx -lc_s -lc Bye! Roberto Fichera TeknoSOFT S.n.c.
1998 Sep 23
1
problems compiling samba
...IR="/usr/local/samba/var/locks" -DSMBRUN="/usr/local/samba/bin/smbrun" -DCODEPAGEDIR="/usr/ local/samba/lib/codepages" -DWORKGROUP="VT2" -DGUEST_ACCOUNT="nobody" -DDRIVERFILE="/usr/local/samba/lib/pri nters.def" -DLINUX -DFAST_SHARE_MODES -DALLOW_CHANGE_PASSWORD -DSMB_PASSWD="/usr/local/samba/bin/smbp asswd" -DSMB_PASSWD_FILE="/usr/local/samba/private/smbpasswd" Using LIBS = Compiling smbpass.c gcc: Internal compiler error: program cc1 got fatal signal 6 make: *** [smbpass.o] Error 1 michelle:/usr/local/samba-1.9.18p10/source# --...
1998 Oct 08
0
"unix password sync" and RedHat 5.1
...trying to use unix password sync = true on an Intel-RedHat 5.1 samba server, because I want to have one program (e.g. smbpasswd on the unix comand prompt) to change unix and "encrypted samba" passwords; changing passwords from clients is nice but secondary. I used FLAGSM = -DLINUX -DALLOW_CHANGE_PASSWORD -DFAST_SHARE_MODES -DNO_ASMSIGNALH -DGLIBC2 -DQUOTAS LIBSM = -lnsl -lcrypt in the Makefile of samba 1.9.18p10 and unix password sync = True debug level = 100 passwd chat = *New*password* %n\n *new*password* %n\n *updated* passwd chat debug = true passwd program = /usr/bin/passwd %u encryp...
1998 Nov 14
0
Sync passwd and smbpasswd
...1B8) = 0 waitid(P_ALL, 0, 0xEFFFC138, WEXITED|WNOHANG|WNOWAIT) Err#10 ECHILD sigprocmask(SIG_UNBLOCK, 0xEFFFC1D8, 0x00000000) = 0 setcontext(0xEFFFC328) poll(0xEFFFC648, 1, -1) (sleeping...) --- Samba compile options --- FLAGSM = -DSUNOS5 -DSHADOW_PWD -DFAST_SHARE_MODES -DUFC_CRYPT -DALLOW_CHANGE_PASSWORD LIBSM = -lsocket -lnsl AWK = nawk ---
1998 May 11
0
Tried Compiling 1.9.18p6 yet
...ot;Open enterprise 3.0". Contributed by lance@fox.com. ! # CC = cc ! # FLAGSM = -DSCO -DSecureWare ! # LIBSM = -lprot_s -lcrypt -lsocket -lm -lc_s --- 497,501 ---- # Tested on "Open enterprise 3.0". Contributed by lance@fox.com. ! CC = gcc ! FLAGSM = -DSCO -DSecureWare -DALLOW_CHANGE_PASSWORD ! LIBSM = -lprot_s -lcrypt -lsocket -lintl -lm -lc_s *** includes.h.orig Mon May 11 04:37:45 1998 --- includes.h Mon May 11 17:36:13 1998 *************** *** 769,771 **** #define ftruncate(f,l) syscall(0x0a28,f,l) ! #define USE_IFREQ #define NO_INITGROUPS --- 769,771 ---- #define ftrunca...
1998 Oct 13
0
cannot get unix password sync = true to work
...rd from a Windoze client or from the Unix Samba server when "unix password sync = True". Any ideas what/where I screwed up? AtDhVaAnNkCsE - Samba version 1.9.18p10 on a Solaris 2.5 box. - compiled with the following flags: FLAGSM = -DSUNOS5 -DSHADOW_PWD -DNETGROUP -DFAST_SHARE_MODES -DALLOW_CHANGE_PASSWORD - global section of the smb.conf contains, amongst other things, : encrypt passwords = yes unix password sync = true passwd chat debug = True passwd program = /usr/bin/passwd %u passwd chat = *New*password:* %n\n *Re-enter*new*password:* %n\n The failure I...
1998 Oct 20
0
SMBClient authentication failing, always connecting as "Guest"
Hi: I'm running Samba 1.9.18p10 on a RedHat 5.1 linux with kernel 2.1.124. My compile options were: -DLINUX -DALLOW_CHANGE_PASSWORD -DFAST_SHARE_MODES -DNO_ASMSIGNALH -DGLIBC2 (incidently, I had to edit includes.h somewhat to get stuff to compile under this config. There were several definition conflicts and missing defs.) Whenever I make a smbclient connection to our nt servers, my username always reports as "guest&quo...
1998 Oct 09
2
Failed to connect NT workstation to Samba2.0alpha8
Hi Folks, I downloaded Samba2.0alpha8 from Samba site. Compiled it and installed it on the Solaris 2.6 unix box. I set up domain logon for both Windows 98 clients and WinNT. There is no problem logging on from Windows98 and the shares are all working alright. Then, I followed Samba NTDOM FAQ and add the NT workstation name into /etc/passwd and smbpasswd (using smbpasswd -a -m
1998 Aug 01
0
smbpasswd and nmbd don't call my password program
...changed, but yppasswd is not even touched (as per ls -lu /usr/bin/yppasswd). Furthermore, running smbd with -d 100 didn't seem to show the chat debug. (long log attached) I checked the source RPM from redhat, and the makefile shows that samba was compiled with FLAGSM = -DLINUX -DNETGROUP -DALLOW_CHANGE_PASSWORD -DFAST_SHARE_MODES ^^^^^^^^^^^^^^^^^^^^^^^ -DNO_ASMSIGNALH -DGLIBC2 Is there any way to check the nmbd binary, just to make sure? Thanks for any help, Marc Trying sysv shmem open of size 102400 shm_initialize : initializing shmem size 102400 shm_alloc : allocated 1...
1998 Mar 31
6
Unix password Sync
Ive just discovered that my previous email is wrong - the password sync does in fact work under Solaris fine. What is happening however is that when I create a new account, and call smbpasswd $user as root, it only updates the SMB password and not the Unix password as well. I though I could change my call to /bin/passwd in my new user creation scrip with /usr/local/samba/bin/smbpasswd -a, but as
1997 Jul 29
6
remove
remove