search for: newpwd

Displaying 6 results from an estimated 6 matches for "newpwd".

Did you mean: new_wd
2000 Feb 29
1
smbfs failure mounting DAVE Macintosh share
Hi, I tried to make my Linux box smbmount a remote share originating from a Macintosh running the commercial package DAVE 2.5. The Linux box is a RedHat 6.0 with a 2.2.14 kernel (with smbfs inserted as a module) and samba-2.0.3; the iMac ran MacOS9. The directory to be shared, \\akemi\archivio, contained two files, aaa and bbb. Here's what happened: [root@sonal ~]# smbmount
2006 Dec 12
1
changing password only works the second time?
...tokens*updated*successfully* There is a custom script align_pwd.sh that makes some things when changing password. The script is this: #!/bin/bash USER=$1 LOGFILE=/tmp/${USER}_pwdchange.log SYSMAIL="our_mail@our_mail_domain" export USER LOGFILE SYSMAIL echo "New password" read newpwd1 echo "Retype new password" read newpwd2 if [ "$newpwd1" != "$newpwd2" ] then echo "Sorry, passwords do not match" > $LOGFILE exit 1 fi NEWPWD=$newpwd1 export USER NEWPWD echo "updating pdc..." > $LOGFILE 2>&1 echo &quo...
2006 Sep 06
2
passwd program example for parsing new password typed?
hello, I have two domains, one w2k3 and one with samba 3. The users log on to the samba domain and use outlook connected on exchange on w2k3 domain. pwd age for the two domains is aligned. On another samba 3.0.23c linux machine inside the w2k3 domain (ads security parameter set) I have set up a script that allows to change the w2k3 domain password for the user, using ldapmodify command to change
2003 Apr 20
0
How I got Samba 2.2.8a to run on OpenBSD 3.2 i386
...passwd_tmp = "/etc/ptmp"; $master_passwd = "/etc/master.passwd"; umask(077); exit if $<; $username = pop(@ARGV); exit if !defined $username; getpwnam($username) or exit; system(split(/\s+/, "$pwd_mkdb -c $master_passwd")); exit if $?; print "new-pwd"; $newpwd = <STDIN>; chomp($newpwd); sysopen(NEW_PW, $passwd_tmp, O_WRONLY|O_CREAT|O_EXCL|O_NONBLOCK|O_SHLOCK, 0600) or exit; open(OLD_PW, "< $master_passwd"); while(<OLD_PW>){ @user = split(/:/); if($user[0] eq $username){ $user[1] = encrypt($newpwd); } print NEW_PW join('...
2006 Jul 12
1
updated samba-3.0.23/examples/pdb/test.c
...TUS_NOT_IMPLEMENTED; } /*************************************************************************** Modifies an existing struct samu ****************************************************************************/ static NTSTATUS testsam_update_sam_account (struct pdb_methods *methods, struct samu *newpwd) { DEBUG(10, ("testsam_update_sam_account called\n")); return NT_STATUS_NOT_IMPLEMENTED; } /*************************************************************************** Adds an existing struct samu ****************************************************************************/ static NT...
2008 Feb 19
3
No compatible codecs!
Hi, I have the asterisk-1.4.11 set up installation on my Ubuntu machine. When i try making a simple incoming call using xlite softphone. I get the following message when i try calling to the number. *CLI> [Feb 19 13:35:40] NOTICE[4137]: chan_sip.c:5331 process_sdp: No compatible codecs, not accepting this offer! Which codec is it talking abt here. How can i resolve this. My dialplan is as