similar to: samba3-ldap and "unix password sync"

Displaying 20 results from an estimated 7000 matches similar to: "samba3-ldap and "unix password sync""

2002 May 04
3
Send Password with RSYNC_PASSWORD ore --password-file
Hallo, i am verry sorry about my bad engllish. But i trie my best... I trie to setup an Backupserver. If i use this rsync -varpog -e ssh /home/www/web6 217.172.xxx.xxx:/home/www/web6 the Server is asking me fore Password. If i use this rsync -varpog -e ssh --stats /home/www/web6 217.172.xxx.xxx:/home/www/web6 --password-file=host1.pwd the Server is asking me too fore Passwort. How i can bring
2010 Jan 26
5
Auto exit lftp on bash script
Hello again! I have this piece od code: ##################### #lftp will make the backup lftp -u user,password -e "mirror --reverse --delete --only-newer --verbose /var/bkp /test_bkp" somehost.com >> $LOGFILE # end log file date >> $LOGFILE echo "Backup Completo!" >> $LOGFILE ##################### Everything is fine, but the bash scrip dosn't complete
2004 Nov 27
1
an excecute error
this it is the first time that I program with ogg libraries (I am a beginner). it has happened me an error, the code is the following one: /*********************************************/ OggVorbis_File *musica=NULL; FILE *archiv =NULL; archiv = fopen("prueba.ogg","r"); if(archiv==NULL) exit(0); int falla = ov_open(archiv,musica,NULL,0);//aca se produce el error
2003 May 14
0
Question about performance with sync always unchecked
Hi, I've very strange problem from my cumtomer, his step is: 1. create a samba share, with sync always=no and strict sync=no 2. coping some big files 3. reboot, repeat step 2, he saw the performance is very bad 4. set sync always and strict sync to yes, repeat step 2, the performance is more better than step 3 I think this is maybe because of network traffic, but my customer dosn't
1998 Mar 31
6
Unix password Sync
Ive just discovered that my previous email is wrong - the password sync does in fact work under Solaris fine. What is happening however is that when I create a new account, and call smbpasswd $user as root, it only updates the SMB password and not the Unix password as well. I though I could change my call to /bin/passwd in my new user creation scrip with /usr/local/samba/bin/smbpasswd -a, but as
2018 Aug 11
2
samba 4.5.12 DC and XP
Hi, Sorry for my english. I configured Samba as DC and when I use win 10, everything is ok, but win xp dosn't attach disks. When I browse \\dc.gryko.org.local, xp can see disks, but dosn't attach them while logging in. Win 10 does. My smb.conf: # Global parameters [global] netbios name = SAMBA realm = GRYKO.ORG.LOCAL server services = s3fs, rpc, nbt, wrepl, ldap,
2012 Jul 18
1
dovecot-lda setting quota rules
Hi, in my setup dovecot-lda reads user and home from environment, and dosn't perform userdb lookup Jul 18 03:09:47 thebe2 dovecot: lda(lazytest_test): Debug: Effective uid=300, gid=300, home=/vmail/la/lazytest_test Jul 18 03:09:47 thebe2 dovecot: lda(lazytest_test): Debug: Quota root: name=User quota backend=maildir args= Jul 18 03:09:47 thebe2 dovecot: lda(lazytest_test): Debug: Quota
2007 Sep 08
2
KDE-Repos
Hi Folks, I'm verry impressed about CentOS 5. Verry stable und fast. And yes, I know, it's mostly used as a server system. Nevertheless, I'd like to use it as my Desktopsystem also. My question: what is your experience with the KDE-Repos? Is it dangerous to use it? Or is it reliable? Thx Timothy
2004 Sep 06
1
forwarding calls thru Freshtel
Hi, I'm having some problems getting calls to go out via freshtel. There dosn't seem to be any specific information on how to get it working anywhere. The only information I've found is here: http://www.voip-info.org/wiki-Freshtel and that dosn't give you any idea of how to actually get it working. I've tried adapting information from other IAX2 provider examples but have
2009 Oct 27
1
RTP timestamps
Hi All, Could somebody explain me how the timestamps are computed in asterisk while bridging two sip channels ? I've got situation with my provider, who changed some things in config and added some codecs (that much i know) and after that we got one way audio issues. It seems that the problem is with RTP timestamps. Within one outgoing stream the RTP timestamps are growing, as it should
2018 Aug 11
0
samba 4.5.12 DC and XP
On Sat, 11 Aug 2018 16:08:39 +0200 Andrzej Gryko via samba <samba at lists.samba.org> wrote: > Hi, > > Sorry for my english. > I configured Samba as DC and when I use win 10, everything is ok, but > win xp dosn't attach disks. When I browse \\dc.gryko.org.local, xp > can see disks, but dosn't attach them while logging in. Win 10 does. > > My smb.conf: >
2012 Oct 17
0
Passing the parameters for web form using getHTMLFormDescription
Hi R I want to get the data from the url given from 10/09/2012 to 15/10/2012. I don't know how to pass the parameters . ....................................................................................................................................... library(RHTMLForms) > > ff = >
2018 Aug 11
3
samba 4.5.12 DC and XP
I did, what you say, but xp still doesn't attach disks while logging in. Unfortunetelly I must make xp to work with Samba, because some customers still using xp. Regards Andrzej sob., 11 sie 2018 o 16:57 Rowland Penny via samba <samba at lists.samba.org> napisaƂ(a): > On Sat, 11 Aug 2018 16:08:39 +0200 > Andrzej Gryko via samba <samba at lists.samba.org> wrote: > >
2011 Jan 06
2
Help with IF operator
Hi, I am with a problem on how to do a comparison of values. My script is as follows: repeat{ cat("How many teams to use? (to end write 0) ") nro<-scan(n=1) if(nro==0)break cat("write the", nro, "teams names \n") teams<-readLines(n=nro) if (teams[1]==teams[2)next else print(teams) } On this example I only compare teams 1 name with teams 2 name, and if they
2018 Feb 15
1
RV: Problem_graphic
Hi everyone, I am beginner using R but I try to learn more. I need this graphic or similar but instead of tropical and temperate are three ontogenetic states Larva Met Juv CTMAX CTMIN SP SP SP This is my scrip: Ex = subset(Expr, Outlayer=="N") Ex2 = subset (Ex, S0 == 1) Ex3
2001 Aug 05
2
Just out of interest whats this?
FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock what's this, what's causing it and what needs fixing (I'll give it a look if it's needed) or is it just an old error that dosn't really need fixing (I can run almost everything I want to and the all show this error) just intersted Rob
2010 Mar 16
2
[LLVMdev] how to configure llc to generate code for different architecture
I tried llc with -mcpu=help and it dosn't list Sparc. Thanks. --Gang On Tue, Mar 16, 2010 at 12:43 PM, Sergey Yakoushkin < sergey.yakoushkin at gmail.com> wrote: > Hi, > > Target architecture for llc can be specified using -march, -mcpu, > -mattr options. > > Is it possible to override target CPU attributes when using llvm-gcc > compiler? > > Regards, >
2012 Oct 17
0
postForm() in RCurl and library RHTMLForms
Hi R Users, I want to get the data from the url given from 10/09/2012 to 15/10/2012. I don't know how to pass the parameters . ....................................................................................................................................... library(RHTMLForms) > > ff = getHTMLFormDescription("
2009 Jun 11
1
[SPAM] Re: SV: HyperVM
Oh, it''s also in debian official repositories. Ok, i''ll try it! --------- Original Message -------- Da: "Thomas Goirand" &lt;thomas@goirand.fr&gt; To: "xen-users@lists.xensource.com" &lt;xen-users@lists.xensource.com&gt; Oggetto: Re: SV: [Xen-users] HyperVM Data: 11/06/09 14:22 mattias wrote: &gt; yes &gt;
2013 Jan 07
1
Amelia algorithm
Dear all. First of all, my english isn't verry good, but I hope I can convey my concern. I've a general question about the Amelia algorithm. I'm no mathematician or statistician, but I had to use R and impute and analyse some data, and Amelia showed results that fitted my expectations. I'll have to defend my choice soon, but I haven't totally grasped what Amelia does. I'm