similar to: smbpasswd script fails

Displaying 20 results from an estimated 30000 matches similar to: "smbpasswd script fails"

2008 Oct 07
6
How to unsubscribe
I appreciate all the help I received from this Mailing List. However I am receiving work email to my cell phone now and I am being overwhelmed with the mailing list emails. Can some one let me know how to unsubscribe from this mailing list. Thank you -- Jose Mendez Computer Resource Specialist HNRC 619-543-8090
2003 Jun 27
1
forcing one logon per user
i am having a real problem with users exchanging passwords on the network and then logging on as that user while the original user is on the network. in adition to making some changes to the password system i would like to force the system to disallow multiple logons..can't find it anywhere in the documentation, but i am almost sure that it must be possible. most of the clients are win98
2016 Jan 19
2
Change user Password with smbpasswd
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I try to change a userpassword with smbpasswd. But I allway get an errormessage: - ----------- root at sambabuch-c1:~# smbpasswd -U EXAMPLE\\stefan -r `nslookup _ldap._tcp.dc._msdcs.example.net | awk '{print $2;exit;}'` Old SMB password: New SMB password: Retype new SMB password: machine 192.168.56.11 rejected the password change: Error
2016 Jan 19
2
Change user Password with smbpasswd
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 "samba-tool user setpassword" works fine, but I don't want all "normal" Users to connect to the Domaincontroller to change their password. So I tried it with smbpasswd as it was mentioned in many places. I know that smbpasswd is normaly for NT-Domains but somehow also an AD-User must be able to change his password. passwd is
2018 Mar 29
1
dhcp lease time hardware in script at dhcpd/Bind/Samba wiki page
Hi Rowland, > You could try adding something like this near to the top of > dhcp-dyndns.sh: > > TTL=$(cat /etc/dhcp/dhcpd.conf | grep 'max-lease-time' | awk -F ';' > '{print $1}' | awk '{print $NF}') > > Then replace the '3600' with '$TTL' Users like comments in their config files. Your script: cat /etc/dhcp/dhcpd.conf |
2019 Aug 28
2
LMTP Post login script for acl_groups
Hi, I use a post login script for imap, to fetch acl groups from LDAP. Because Dovecot can only deal with a single value, which must be a comma seperated list of groups, I decided to use a post login script do deal with multi values in LDAP: This looks like this in LDAP: rnsMSACLGroup: admin rnsMSACLGroup: automx rnsMSACLGroup: amavis rnsMSACLGroup: postfix rnsMSACLGroup: dovecot rnsMSACLGroup:
2003 Oct 09
3
Samba3+Nexus+Srvtools at least strange
Hi all, Sorry for distubing you with this minor problem, but: I've configured samba3 for ldapsam and successfuly joined a WinNT Server 4.0 with on the fly account creation (I have root in LDAP). Now I'm able to manage my samba3 with user manager for domains from srvtools, but not nexus :-(. From my point of view the sadest thing is that on 9x no other application can retrive user
2018 Mar 29
2
dhcp lease time hardware in script at dhcpd/Bind/Samba wiki page
On 29/03/18 15:52, Rowland Penny via samba wrote: > On Thu, 29 Mar 2018 15:01:26 +0100 > Sebastian Arcus via samba <samba at lists.samba.org> wrote: > >> There seems to be a slight issue with the instructions at the >> following wiki page: >> >> https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records_with_BIND9 >> >> The
2008 Sep 18
2
Network issues with CentOS 5.2
I am totally new to using CentOS. Linux in Genera really. I have decent experiencing with terminal code for Macs though. Here's the deal my Boss wants us to move more toward linux for some of our basic users. All I was supposed to do was install CentOS 5.2 and Open Office and disburse the machines. Simple enough right. So I did this with no issue. I ran the interface and installed only
2007 Oct 26
6
script help
Hi I am sure the answer here is really easy but i am stuck! # mount | grep data | awk '{print$1,$2,$3}' gives me the info i require locally, however i need to execute this over about 1000 hosts so i run things remotely using ssh something like # MOUNTER=`ssh $i 'mount | grep data | awk '{print$1,$2,$3}''` however this fails as at the end of the line there are 2 ticks
2004 Aug 06
2
Problem with livice
Trying to get livice to work on my FreeBSD system..major 'n00b' so bear with me :D <p>When I run ./livice I get the following ------------------------------------------------------------- /local/liveice/temp.playlist ...... done setup_pipes()... Initialising pipes for stream 0 Successfuly set up fifo .liveice_temp_files/raw.pipe0 Successfuly set up fifo
2023 Aug 11
1
Bug in dhcp-dyndns.sh script, A_REC always singleton array
On Fri, Aug 11, 2023, at 2:58 PM, Rowland Penny via samba wrote: > On Fri, 11 Aug 2023 14:03:01 +0200 > Kasper Brandt via samba <samba at lists.samba.org> wrote: > > > Hello > > I was directed to discuss this issue here. As I understand the issue > > with using the unquoted variable is that it expand globs unless > > noglob is set. E.g. > > > >
2014 Dec 02
7
Help with at Bash script
I am attempting to get a script borrowed from DJB to work on my CentOS-6.6 box. Simplified it looks like this: tcpdump -l -n -e port 53 \ | awk '{if ($14 ~ /A.*?/) print $15}' \ | while read domain ; do echo $domain ; done ; The sticking point is the 'while read' construct. Run just as 'tcpdum | awk' I get this: english.stackexchange.com. www.urbandictionary.com.
2006 Jun 09
1
smbpasswd batch mode
Hi, I need to create a large number of users in the smbpasswd file.Is there a way to do this without having to type passwords? I need a batch mode. Using Samba 3. Thanks, Craig
2023 Aug 11
1
Bug in dhcp-dyndns.sh script, A_REC always singleton array
Hello I was directed to discuss this issue here. As I understand the issue with using the unquoted variable is that it expand globs unless noglob is set. E.g. root at dy3:/# test="b*" root at dy3:/# a=($test) root at dy3:/# echo ${a[0]} bin It does seem a bit hypothetical that the output of sambatool dns query ... for an A record should contain a glob, but for the sake of robustness it
2005 Jun 09
3
Softphone for Linux desktops
Hi all, We are successfuly running an Asterisk server with standard SIP hard phones and it is working well. We are looking to deploy some soft phones on our Linux desktops. There seems to be several floating about. Anyone out there with some good/bad experiences with particular Linux softphones. We only need g711 and prefer IAX but a SIP one will do.... Thanks....
2023 Aug 11
1
Bug in dhcp-dyndns.sh script, A_REC always singleton array
On Fri, 11 Aug 2023 14:03:01 +0200 Kasper Brandt via samba <samba at lists.samba.org> wrote: > Hello > I was directed to discuss this issue here. As I understand the issue > with using the unquoted variable is that it expand globs unless > noglob is set. E.g. > > root at dy3:/# test="b*" > root at dy3:/# a=($test) > root at dy3:/# echo ${a[0]} > bin
2008 Jul 28
3
script
Hi ALL #!/bin/sh # Shell script to monitor or watch the disk space # It will send an email to $ADMIN, if the (free avilable) percentage # of space is >= 90% # ------------------------------------------------------------------------- # Copyright (c) 2005 nixCraft project <http://cyberciti.biz/fb/> # This script is licensed under GNU GPL version 2.0 or above #
2004 Aug 06
2
Liveice problem with Icecast 1.3.12
OK...since Liveice doesn't support Icecast 2 I've set up an Icecast 1.3.12 server. <p>When I run Liveice I still get the problem: ------------------------------------------------------- /local/liveice/temp.playlist ...... done setup_pipes()... Initialising pipes for stream 0 Successfuly set up fifo .liveice_temp_files/raw.pipe0 Successfuly set up fifo
2008 Nov 27
2
OT: bash script for passwd and shadow manipulation
Hi, i need to extract some information from the /etc/passwd file to be used as a command input in a mail software. My /etc/passwd looks like: k.thomas:x:1918:100:Kimaura Thomas:/home/users/k.thomas:/bin/usersh My main issue here is that the fifth field contains spaces and spanish chars with accent. I currently do not posess the skill to understand how to use cut to extract all the field. So far,