similar to: Samba PDC passwd update to NIS server

Displaying 20 results from an estimated 130 matches similar to: "Samba PDC passwd update to NIS server"

2013 Jul 18
1
if /else in expect script
I took your suggestion and turned my (ill advised) sudoers bash script into an expect script! It works a lot better this way and is more secure. Because I'm not trying to store a password in a script (which I recognize as a bad idea anyway, I I think I've learned my lesson here). It really works well. But the only thing I'm still trying to figure out is how to put a if statement in
2004 Jun 27
4
Re Cron
Hi List Is there a cron that I con do to replace this, as the fx0 card doesnt hang up properly phonegc:/home/samantha# asterisk -r Asterisk CVS-05/30/03-17:17:07, Copyright (C) 1999-2001 Linux Support Services, Inc. Written by Mark Spencer <markster@linux-support.net> ========================================================================= Connected to Asterisk CVS-05 currently running on
2013 Jul 21
8
When no MTA is installed, How to send an email with a cronjob?
Hi, When no MTA is installed, How to send an email with a cronjob? I have below entrty in my cronjob? my /etc/cron.d/backup file looks like this. MAILTO=myemail at example.com 15 11 * * * root /root/scripts/backup.sh Can I send this email via SMTP server? Hope to hear from you. -- Thank you Indunil Jayasooriya http://www.theravadanet.net/
2007 Mar 11
1
samba+Ldap+smbldap-tools
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hi, I have aproblem with the smbldap-tools...when I try to change the passwd fron a user in win...I get the error "....", and I know that the script of smbldap-tools fails when try to execute the next line: # non-root user if (!defined($oldpass)) { # prompt for current password system "stty -echo"; print "(current)
2003 Aug 13
1
automating smbclient tasks
Ladies and Gents, My project requires me to share IIS log files with my Linux box. The outcome of this solution is using Webalizer instead of horrid Webtrends. I have testing most of this procedure, Webalizer does great with the combined log files (using mergelog). In any case, I need to script the download of the files from one server to another. I use something of the following to connect
2015 Jun 16
1
Strange problem with rsync and expect
Version: 3.0.6OS: CentOS 6.6 I met a strange problem when using rsync with expect. I wrote a script backing up using rsync and expect. However when I run the script twice for two different files at same time, the two files on destination path would be deleted automatically before the files closed. The output of inotify_wait was like: ./ MODIFY .redo02.log.dOlbek ./ DELETE .redo02.log.dOlbek
2005 Nov 10
0
Xend crashes when it''s trying to create domU
Hi, every one: I had problem creating domU on diskless device by using xen-unstable. Following, please find out details. BTW, the same configuration works fine on device with hard disk (1) Xen, dom0 kernel and dom0 root file system are loaded/mounted over via eth0 (2) DomU root file system is created in a file-backed virtual block device(VBD). The file-backed VBD locates at some directory on
2006 Mar 21
0
CentOS 4.3 is Released for i386, x86_64, and ia64
The CentOS development team is pleased to announce the availability of CentOS-4.3 in the following architectures: i386 - This distribution supports AMD (K6, K7, Thunderbird, Athlon, Athlon XP, Sempron), Pentium (Classic, Pro, II, III, 4, Celeron, M, Xeon), VIA (C3, Eden, Luke, C7) processors. x86_64 - This distribution supports AMD 64 (Athlon 64, Opteron) and Intel Pentium (Xeon EM64T)
2018 May 11
0
vfs_full_audit and facility 'auth'...
On 11 May 2018 at 10:58, Rowland Penny via samba <samba at lists.samba.org> wrote: > On Fri, 11 May 2018 09:14:24 +0200 > Marco Gaiarin via samba <samba at lists.samba.org> wrote: > > > Mandi! Rowland Penny via samba > > In chel di` si favelave... > > > > > You would replace 'FACILITY' with one of the facilities shown in > > >
2009 May 01
2
Automating the Samba Install
Hey all, I'm coloring outside the lines a little bit here but I would like to automate the install of a samba pdc. Within that script to install I would like to assign rights to a group. Here is an example of a few steps: # Create Unix group: groupadd domadmins # Map unix group to samba groups: net groupmap add ntgroup="Domain Admins" unixgroup=domadmins rid=512 type=d # Assign
2002 Jun 23
2
Rsync ssh script execution fails under cron?
I've spent more than a day trying to write a script to backup my remote server to a local machine using ssh. The script works perfectly when I execute it directly (and I've gotten a number of variations to work okay), but I can't get cron to successfully execute it. There is no result output, so it seems cron is hanging on something, but I don't know what. I'm running it as
2006 Feb 20
1
Change smbpasswd in a cron job
Hi list For a project we are trying to change the samba password automatically in a cron job. Since smbpasswd doesn't allow the password to be entered otherwise than though the console (user input). We found a solution to the input part though expect. But as thing go expect doesn't work in a cron job since it has no tty. Is there anyone who can point us the right way to a solution.
2002 Mar 01
2
rsync: dumping core, breaking pipes, not understanding modules - why?
I'm running rsync 2.5.2_1 on two machines - a production server (athlon 1500+, 512mb, 160gb raid array, running FreeBSD 4.4-release) and a machine I'd like to use as a backup system (a p2/350, 192mb, 90gb, running FreeBSD 4.5-release.) I've got rsync running as a daemon on the production server, and I'd like to use rsync to back up the key directories on that machine to the
2003 Jan 08
2
Shorewall and NIS
I was trying to get NIS working today and it seemed that Shorewall was blocking the NIS traffic as the ypbind worked fine on the NIS master (the shorewall server) however a client could not connect as it could not find the domain server. I stopped shorewall and tried again however it still would not connect which should eliminate shorewall. I am not sure that I have NIS set up correctly
2016 Aug 29
2
Samba4 Centos 7 - CPU 100%
Hi Rowland, we make the classic upgrade samba3 fo samba4. We use this link https://wiki.samba.org/index.php/Migrating_a_Samba_NT4_domain_to_a_Samba_AD_domain_(classic_upgrade) tks. 2016-08-29 15:01 GMT-03:00 Rowland Penny via samba <samba at lists.samba.org>: > On Mon, 29 Aug 2016 14:25:25 -0300 > Maiquel Consalter <maiquelconsalter at gmail.com> wrote: > > > Let-me
2004 Feb 03
0
Re: Possible compromise ?
Yeah but if you are uncertain about your own box my VERY STRONG advise is that you reinstall. IF your host is indeed owned, then you are a lot further away then just reinstalling, god knows what issues can arrise when a cracker exploits the system to do bogus tasks.. Then i say: Too bad for your time, sorry but it's like that -- Kind regards, Remko Lodder Elvandar.org/DSINet.org
2003 Apr 01
0
Reading ADS volumes
Forgive a possibly naive question. I have a Linux laptop (mandrake 9) which I would like to use as a client on network at work. The work LAN is a mixture of W2K servers and NT4 servers. Some share volumes are ADS. I can read the non-ADS shares just fine (samba 2.2.7a), but (no surprise here) it chokes on ADS volumes using either the smb protocol in Konqueror or w/ Linneighborhood to mount
2018 May 11
0
vfs_full_audit and facility 'auth'...
On Fri, 11 May 2018 17:56:44 +0200 "Timur I. Bakeyev" <timur at com.bat.ru> wrote: > On 11 May 2018 at 17:00, Rowland Penny via samba-technical < > samba-technical at lists.samba.org> wrote: > > > On Fri, 11 May 2018 16:46:55 +0200 > > "Timur I. Bakeyev" <timur at freebsd.org> wrote: > > > static const struct enum_list
2005 Jan 15
0
ADSI unlock codes
Program your locked ADSI phone not by unlocking it but by using the feature slot FDN download descriptors of ADSI SEC security code telco provider lock number key from database list. ch33s3 First reset phone. Set clock to Jan 1 12:00AM (options-2?). exit to main screen. press options, (mute/flash/speaker/?) until you see firmware version. press # to reset. google more info, bam ch33s3d ;
2018 May 11
3
vfs_full_audit and facility 'auth'...
On 11 May 2018 at 18:21, Rowland Penny via samba-technical < samba-technical at lists.samba.org> wrote: > On Fri, 11 May 2018 17:56:44 +0200 > "Timur I. Bakeyev" <timur at com.bat.ru> wrote: > > > On 11 May 2018 at 17:00, Rowland Penny via samba-technical < > > samba-technical at lists.samba.org> wrote: > > > > > On Fri, 11 May 2018