search for: pw1

Displaying 15 results from an estimated 15 matches for "pw1".

Did you mean: pw
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 > >
2017 Mar 27
0
Users list and the date the password will expire
...ware, but it is in the SlackBuilds repository. I'll install it and check it out. On Mon, 27 Mar 2017 13:32:53 -0400 Matt Savin wrote: > > Hello Mark, > > Thank you for sharing! I would probably replace password length and > complexity check with: > > if [[ $(echo -e "$pw1\n$pwOrg\n$USER"| \ > pwqcheck min=disabled,disabled,disabled,8,8 max=20 match=4) \ > == OK && $? -eq 0 ]]; then echo yes; fi > > Cons: depends on passwdqc package, which is part of most distributions. > Pros: does substring matching. > > Regards, > Matt...
2003 Mar 10
2
WINS servers and browsing
...Here's some config info: Network 192.168.18.0, 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 doma...
2017 Mar 27
0
Users list and the date the password will expire
...sDS-UserPasswordExpiryTimeComputed | \ grep msDS-UserPasswordExpiryTimeComputed | awk '{print $2}'` expireDate=$((($expireTime/10000000)-11644473600)) today=`date +%s` togo=$((($expireDate-$today)/86400)) if [ $togo -gt $warnDays ]; then exit 0; fi # no warning yet IMAGE=/user/util/bin/pw1.png # this is just a generic silhouette of a user TITLE="Change Expiring Password" if [ "$togo" = 0 ] then MSG="Your password expires today.\nConsider changing your password." else MSG="Your password expires in $togo days.\nConsider changing your passwo...
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 > >
2018 Apr 04
0
How to change Domain password as normal user?
...te-$today)/86400)) if [ -n "$1" ] # any arg will be a debug mode to display Days to Go only then echo "[$expireTime]" Days to go: $togo exit 0 fi if [ $togo -gt $warnDays ]; then exit 0; fi # Within $warnDays of expiration. Ask user to change PW IMAGE=/user/util/bin/pw1.png TITLE="Change Expiring Password" if [ "$togo" = 0 ] then MSG="Your password expires today.\nConsider changing your password." else MSG="Your password expires in $togo days.\nConsider changing your password." fi badPW=0 while [ 1 = 1 ] do pw...
2003 Mar 04
0
Help! Can browse from one subnet but not another.
...ments, just to route them. Network 192.168.18.0, 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 = ye...
1999 Jan 27
0
Encrypted passwords really necessary for PDC ?
...sswd="/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="XXXXXXXXXXXXXXXXXXXXX...
2003 Mar 06
0
2nd try: Cross subnet browsing wierdness
...each other? Here's some details: Network 192.168.18.0, CH domain 192.168.18.14 ch1 (rh7.3, CH domain controller, wins server) 192.168.18.15 ch2 (w2k, app server, ch1 for wins manually) 192.168.18.18 mtoal (w2k, my computer, 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, 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 m...
2003 Apr 18
0
Leftovers in Network Neighborhood
...05 ch1 nmbd[9227]: ^IWORKGROUP(5) current master browser = SAFETYLAPTOP Apr 13 04:02:05 ch1 nmbd[9227]: ^ISEINT_TF(4) current master browser = BPDFW2 Apr 13 04:02:05 ch1 nmbd[9227]: ^IBPW(3) current master browser = ENGRSURVEY Apr 13 04:02:05 ch1 nmbd[9227]: ^IPW(2) current master browser = PW1 Apr 13 04:02:05 ch1 nmbd[9227]: ^ICH(1) current master browser = UNKNOWN This is from CH1. Now, CH1 and PW1 are supposed to be there. CH1 is the WINS server and is Local and Domain master. PW1 uses CH1 for WINS and is Local and Domain master on its own subnet. HOWEVER... SAFETYLAPTOP I can und...
2003 Apr 30
0
Bogus workgroups in network neighborhood?
...05 ch1 nmbd[9227]: ^IWORKGROUP(5) current master browser = SAFETYLAPTOP Apr 13 04:02:05 ch1 nmbd[9227]: ^ISEINT_TF(4) current master browser = BPDFW2 Apr 13 04:02:05 ch1 nmbd[9227]: ^IBPW(3) current master browser = ENGRSURVEY Apr 13 04:02:05 ch1 nmbd[9227]: ^IPW(2) current master browser = PW1 Apr 13 04:02:05 ch1 nmbd[9227]: ^ICH(1) current master browser = UNKNOWN This is from CH1. Now, CH1 and PW1 are supposed to be there. CH1 is the WINS server and is Local and Domain master. PW1 uses CH1 for WINS and is Local and Domain master on its own subnet. HOWEVER... SAFETYLAPTOP I can unde...
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
2004 Aug 09
0
Samba 3.0.5 file share problems
...ws XP 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 che...
2014 Mar 06
1
PowerWalker VFI 3000RT LCD: Device or resource busy
...evice permissions are ok. Receives some information. Error messages: "failed to claim USB device: could not claim interface 0: Device or resource busy" "send: error sending control message: Broken pipe" "blazer_rating: short reply" /etc/ups/ups.conf --- clip --- [pw1] driver = blazer_usb port = auto --- clip --- /var/log/messages --- clip --- Mar 6 10:09:28 iron kernel: usb 2-1.7: new low speed USB device number 60 using ehci_hcd Mar 6 10:09:28 iron kernel: usb 2-1.7: New USB device found, idVendor=06da, idProduct=0005 Mar 6 10:09:28 iron k...
2018 Nov 27
3
Where is password expiration notice period
In our password settings we have: > samba-tool domain passwordsettings show : Password complexity: on Store plaintext passwords: off : Minimum password age (days): 0 Maximum password age (days): 90 : I don't find any setting for how many days before the expiration to warn users about the pending expiration. On Windows, users seem to get notified about a pending password expiration at