search for: pw2

Displaying 12 results from an estimated 12 matches for "pw2".

Did you mean: pw
2003 Mar 04
0
Help! Can browse from one subnet but not another.
...main 192.168.18.14 ch1 (rh7.3, CH domain controller, wins server) 192.168.18.15 ch2 (w2k, app server, set ch1 for wins manually) 192.168.18.18 mtoal (w2k, my computer, set ch1 for wins manually) Network 192.168.20.0, PW domain 192.168.20.8 pw1 (rh7.3, samba, PW domain controller) 192.168.20.5 pw2 (w2k, app server, set ch1 for wins manually) 192.168.20.61 streetsmary (w2k, example machine, ch1 for wins via dhcp) ch1 is set up as the WINS server for the whole WAN: netbios name = ch1 workgroup = ch os level = 64 preferred master = yes domain master = yes local master = yes wins suppo...
1999 Jan 27
0
Encrypted passwords really necessary for PDC ?
..."/usr/local/samba/private/smbpasswd"; $osmbpasswd="$smbpasswd.old"; open(PW,"<$passwd"); while(<PW>) { chop; push @pw, $_; } close PW; rename $smbpasswd, $osmbpasswd; open(PW,"<$osmbpasswd"); while(<PW>) { chop; ($uname,$uid,$pw1,$pw2,$flags,$lct,$fname)=split(':'); $spw{$uname}=$_; } close PW; open(PW,">$smbpasswd"); foreach $account (@pw) { ($uname,$pw,$uid,$gid,$fname,$dir,$shell)=split(':',$account); $pw1="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"; $pw2="XXXXXXXXXXXXXXXXXXXXXXXXXX...
2017 Mar 27
3
Users list and the date the password will expire
On Sun, 26 Mar 2017 19:31:48 -0400 Mark Foley wrote: > > On Sun, 26 Mar 2017 19:53:01 +0100 Rowland Penny wrote: > > > > On Sun, 26 Mar 2017 14:32:53 -0400 > > Mark Foley via samba <samba at lists.samba.org> wrote: > > > > > > > as root: > > > > > > ldbsearch --url=ldap://mail -b "DC=hprs,DC=local" -s sub > >
1998 Jul 02
1
Synchronize Unix/SMB passwords with 'synchpasswd'
Hi, It's been a while since I created my smbpasswd file, and therefore it is no longer in synch with my Unix file. I've added and removed users over time, and now I need a way to update the 'smbpasswd' file without losing the encrypted passwords that are already in place (ie. I don't want to just run 'makesmbpasswd.sh' again). So, I've written the
2017 Mar 27
0
Users list and the date the password will expire
...--align=right \ --field="Enter current password:H" \ --field="Enter new password:H" \ --field="Confirm Password:H"` pwOrg=`echo "$pw" | cut "-d~" -f1` pw1=`echo "$pw" | cut "-d~" -f2` pw2=`echo "$pw" | cut "-d~" -f3` if [ -z "$pwOrg" ] && [ -z "$pw1" ] && [ -z "$pw2" ]; then exit 0; fi # user canceled if [ "$pw1" != "$pw2" ] then MSG="Sorry, passwords do no match. Try ag...
2017 Mar 27
0
Users list and the date the password will expire
...t password:H" \ > > --field="Enter new password:H" \ > > --field="Confirm Password:H"` > > > > pwOrg=`echo "$pw" | cut "-d~" -f1` > > pw1=`echo "$pw" | cut "-d~" -f2` > > pw2=`echo "$pw" | cut "-d~" -f3` > > > > if [ -z "$pwOrg" ] && [ -z "$pw1" ] && [ -z "$pw2" ]; then exit 0; fi > > # user canceled > > > > if [ "$pw1" != "$pw2" ] > > th...
2018 Apr 04
2
How to change Domain password as normal user?
On Tue, 03 Apr 2018 23:34:13 -0400 Mark Foley via samba <samba at lists.samba.org> wrote: > On Sat, 31 Mar 2018 17:04:22 +0100 Rowland Penny <rpenny at samba.org> > wrote: > > > > On Sat, 31 Mar 2018 11:42:07 -0400 > > Mark Foley via samba <samba at lists.samba.org> wrote: > > > > > On Sat, 31 Mar 2018 12:25:14 +0100 Rowland Penny > >
2003 Mar 06
0
2nd try: Cross subnet browsing wierdness
I'm having some difficulties setting up browsing across networks and domains and was hoping some of you folks out there could help. We have two separate domains on two separate networks. I have a single WINS server. Why can I browse both networks from machine pw2 when I can NOT browse both from either ch2 or mtoal (my machine) or from streetsmary? (see details below). Does each network need it's own WINS server since they are in different domains? Then we use remote browse sync and/or remote announce to get them to talk to each other? Here's som...
2018 Apr 04
0
How to change Domain password as normal user?
...--align=right \ --field="Enter current password:H" \ --field="Enter new password:H" \ --field="Confirm Password::H"` pwOrg=`echo "$pw" | cut "-d~" -f1` pw1=`echo "$pw" | cut "-d~" -f2` pw2=`echo "$pw" | cut "-d~" -f3` if [ -z "$pwOrg" ] && [ -z "$pw1" ] && [ -z "$pw2" ]; then exit 0; fi # Cancel if [ "$pw1" != "$pw2" ] then MSG="Sorry, passwords do no match. Try again.&qu...
2003 Mar 10
2
WINS servers and browsing
...CH domain 192.168.18.14 ch1 (rh7.3, CH domain controller, wins server) 192.168.18.15 ch2 (w2k, app server, set ch1 for wins manually) 192.168.18.18 mtoal (w2k, my computer, set ch1 for wins manually) Network 192.168.20.0, PW domain 192.168.20.8 pw1 (rh7.3, samba, PW domain controller) 192.168.20.5 pw2 (w2k, app server, set ch1 for wins manually) 192.168.20.61 streetsmary (w2k, example machine, ch1 for wins via dhcp) ch1 is set up as the WINS server for the whole WAN: netbios name = ch1 workgroup = ch os level = 64 preferred master = yes domain master = yes local master = yes wins support = yes...
2004 Aug 09
0
Samba 3.0.5 file share problems
...P machine and all works fine. As soon as I install and try to run Samba 3.0.5 I get access denied to that server. So - I went back and started reading and stripped down my smb.conf just to the lines of: [Global] workgroup = mydomain Netbios name = machine3 Security = domain Password server = pw1 pw2 [cnc] Path = /work Read only = No Guest ok = Yes I have also done the step of: Net join -S pw1 -Uadmin%password And I get the message Joined domain mydomain. I have restarted samba. However when I try to browse to see the share or access the share I get access denied. I have tried to check t...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...e26>#3!#1Xz3WnE?@aaU@~m;C;)$&&v|<` z#DC-Wuk!x({T}l7dH(eM8p`+k0HctdyTVORz#vGe<nXarQ1J<X;ChmkPPsXXw&_w= z;Wjlm)naosGtalUBM-T0I$Vk?Z=H_QM+2lY0iYpYh$z~nse!Egi>jWz=EyLCQv^sx zDWEyFd{DhCDe1j5i)ML&`qyuwyk+mgoeTl80R_5#?iNXIA?1VJ@;>V?k4Ij%w|+Lt zP{!y|D1MxS2ghfWtW^>`I1+y9YpW2htbK2i05c2*H1nf~hfE4NGEPWn12=asnzYC* zYfl?Ika_gW+%u;$$9*y-<HpvGGdUfyIEL*u`f=LQ?1R%dMcW;t&;C<}_>Gcr&)s|{ z&pC_a-aF1qY!>Npx?jjjeh3^W>rk?(qI;u>8c+Q~)%(KMO6c^J8BDK}VC(6?eXoX$ zJQtb`&aENoka)pwVI=@NK*Yb-H~9x^1M at WpsKb|$31UepLjZZ+5uA$uNjzfkd1&B4 zzK&{ptvNFEIeAR(-...