similar to: I made Samba talk to my LDAP server :)

Displaying 20 results from an estimated 5000 matches similar to: "I made Samba talk to my LDAP server :)"

2008 Dec 16
0
Serve N files from a directory that may or may not exist
Hi list, Here''s my files directory in my apache module: files | +-> ted.haha.com bob.haha.com etc.haha.com I have a custom myexists function that returns boolean. I''d like to check for a vhosts directory underneath each of those $fqdn directories, i.e., if myexits("/var/puppet/modules/apache/files/${fqdn}/vhosts") { # serve every file in
2000 Sep 12
1
Cleartext pre-authentication before going to secure mode.
Hi This is a feature request. 1) Make sshd to ignore garbage that may appear before ssh identification string is received. Such "garbage" may be for example telnet negotiation codes. This should be pretty easy task. 2) Make ssh to work in cleartext mode (and have minimum telnet negotiation handling) before it receives ssh identification string. This requires somewhat
2008 Sep 12
1
write.dcf does not quote as Debian would like it to (PR#12816)
Full_Name: charles blundell Version: 2.7.0 OS: Debian GNU/Linux Submission from: (NULL) (217.37.73.202) The Debian Policy Manual says concerning lines in a Description field: * Those containing a space, a full stop and some more characters. These are for future expansion. Do not use them. (section 5.6.13, http://www.debian.org/doc/debian-policy/ch-controlfields.html) But for example: >
2011 Feb 09
2
file serving error
hello again list!! I am attempting to work out how to serve files with puppet. Here is my fileserver.conf file # This file consists of arbitrarily named sections/modules # defining where files are served from and to whom # Define a section ''files'' # Adapt the allow/deny settings to your needs. Order # for allow/deny does not matter, allow always takes precedence # over
2007 Nov 01
4
Re: Welcome to the "Flac" mailing list
"Alex Brims" <alex.brims@gmail.com> wrote: > Ok, we actually worked this out - there were 2 extra bytes doing nothing at > the end of the files. Opening the file in SoundForge and saving it (without > changing it) took off the extra bytes and allowed the file to convert to > FLAC. > > Thanks to everyone who emailed me suggestions. > > Is there a decent
2012 Jul 26
4
SELinux in CentOS 6
It keeps butting in when I try to install map software from Garmin under Wine. I'm not nearly competent not willing to apply the remedy it suggests. How do I get to someplace where I can disable it, or at least set it to permissive?
2008 Feb 27
0
Need to "net use \\someserver\someshare" to increase speed?
All, We've been testing to determine why SAMBA access to UNIX clearcase VOBs became slow when we upgraded from 2.2.8a to 3.0.14 (and now 3.0.24). I cannot say we've found 'anything new' but we have found the following behavior. Any help understanding why a WinXP and Win2K client would need the shares to VOB storage mapped to speed processing would be appreciated (note that it
2011 Sep 16
0
[LLVMdev] How to duplicate a function?
Hi all, I am a newbie in LLVM and I am trying to replace the function like: old function || new function ======================================= int haha(int a) { int haha(int a, char* ID) { ===> } } Of course in the newly replaced function "int haha(int,
2010 Jun 03
1
problem with 'svyby' function from SURVEY package
Hello, I'm using a complex survey dataset and my goal is to simply spit out a bunch of probability-weighted outcome variable means for the different levels of covariate. So I first define the structure of the study design (I'm using the CDC's NHANES data): dhanes <- svydesign(id=~PSU, strat=~STRATA, weight=~lab_weight, data=final, nest=TRUE) No problem there. Now I use the
2011 Sep 16
2
[LLVMdev] How to duplicate a function?
Hi all, Sorry for the inconvenient about the previous post. The files were not attached. So I put them here again. I am a newbie in LLVM and I am trying to replace the function like: old function || new function ============================== ========= int haha(int a) { int haha(int a, char* ID) { ===> }
2011 Sep 19
2
[LLVMdev] How to replace a function using llvm?
Hi all, I am a newbie and have a question. Using llvm, I want to change the original function into a new function which have an additional pointer argument: original function: int haha(int n) { .... } new function: int haha(int n, *ptr) { ... } Could you give me a suggestion? Thank you in advance. Shawn -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Apr 04
1
Question regarding samba and smbldap-tools
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi everyone, I suceeded in setting up a samba server with ldap authentication using smbldap-tools. Everything is fine except one thing: If a user is changing his password inside windows client the password is encrypted and saved in ldap tree. I need this password as cleartext 'cause a webmail application only matches with cleartext passwords. I
2006 Jun 16
1
Odd behavior
I''m getting a lot of odd behavior with RedCloth. Perhaps I''ve configured something wrong. Here''s one example... h1. header line # one # two lala haha ------------ Returns the following--------------- <h1>header line <ol> <li>one</li> <li>two<br />lala haha</li> </ol></h1> Any ideas about what this might be?
2000 Oct 13
0
GPG 1.0.3 doesn't detect modifications to files with multiple signatures
Hi! Jim is right. There is a bug in all GnuPG versions up to 1.0.3: If you have more than one cleartext signature in a file (or pipe that to gpg), gpg does not compare each signature but flags each document as good or bad depending on the first document in the file. This is a very serious bug in gpg's verification function. I have made a snapshot version which corrects this bug available
2010 Nov 25
1
[LLVMdev] Installing llvm on Windows Xp??
Could you pleas tell me how to install and run llvm-2.8 on Windows Xp. Pleas do not tell me to go to http://llvm.org/docs/GettingStarted.html ! I read everything and try to follow the steps but it doesn’t help me at all. Pleassss! -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Sep 21
1
[LLVMdev] Segmentation fault while adding an addtional argument
Hi, all I am trying to write a function pass to replace a old function to a new function like: int haha(int a) { } ==> int haha(int a, char *IO) { } The below is a part of my code and generate segmentation fault. Can you help me to fix it? Thanks, Shawn // Since we have now created the new function, splice the body of the old // function right into the new function, leaving the
2016 Dec 20
3
Problem with keytab: "Client not found in Kerberos database"
On Tue, 20 Dec 2016 13:50:40 +0000 Brian Candler via samba <samba at lists.samba.org> wrote: > Rowland Perry wrote: > > >/imdap config AD : backend = rid /> >/ > /> How did you 'fix' > > >this, on face value, there is nothing wrong with that line. > > > "imdap" is not "idmap" > > (so now you understand why I
1998 Nov 30
1
Getting smbpasswd file to work alongside unencrypted ones
We operate a samba('18p10) server accessed by WIN3.11, 9x & NT4 clients, security=share. Uptil now, the NT clients have been pre service pack 3 & therefore sent cleartext passwords. Post-SP3 we need to enable encrypted passwords for the NT clients whilst preserving cleartext for the rest. For various (political) reasons, we cant' get the clients to use the registry hack to
2013 Oct 25
1
LZ4 compression in openssh
I see. From reading that wikipedia article, I'm wondering what gets compressed when compression is enabled in openssh. Is it the ciphertext or the cleartext? Regards, Mark On Fri, 2013-10-25 at 15:47 -0400, Daniel Kahn Gillmor wrote: > On 10/25/2013 03:23 PM, Mark E. Lee wrote: > > Thanks for the response, what kind of problematic interactions would > > occur (other than
2016 Dec 21
0
Problem with keytab: "Client not found in Kerberos database"
On 20/12/2016 14:10, Rowland Penny wrote: >> I can't use rlm_krb5, because I plan to use PEAP+MSCHAP for wifi >> authentication. The krb5 module requires a cleartext password, but >> MSCHAP does not pass a cleartext password. (It is possible to use >> krb5 authentication with TTLS+PAP or TTLS+GTC, both of which send a >> cleartext password) > You might want to