similar to: problem with ldap backend

Displaying 20 results from an estimated 1100 matches similar to: "problem with ldap backend"

2005 Dec 30
1
setting access rights for shares not working for groups
Hi list, i have a really strange problem with samba3 i have my useres,groups and machines in a ldap backend. also i configured /etc/nsswitch.conf so that users and groups have posix accounts. with getent passwd and getent gorups i see all users and groups. The usermanager on windows-machines also sees the groups and knows which user is in wich group, so this part seems to be working. My
2006 Apr 08
6
openvpn and shorewall. No Connect to LAN
Hello List, I tried to set up openvpn with the shorewall on my openwrt box but failed! I am not able to access the "loc"al Network from my vpn. I followed the roadwarrior setup. I define a vpn zone, that should be able to access the firewall and the local network: vpn fw ACCEPT info fw loc ACCEPT info vpn
2001 Mar 05
1
Configuring Swat Revisited
Okay, here's what you need to do. You have to configure apache. This won't be too hard. You will need to edit the httpd.conf located in /etc/httpd/conf directory. Look through the httpd.conf file until you find this line: #Servername localhost It may or may not have the # in front of it. You need to edit this line and make it say: Servername yourservernamegoeshere For example,
2005 Dec 19
3
Is there a list of html_options for the FormOptionsHelper?
I''m looking for a way to select a default value from a select box, like this: select("user", "role_id", Role.find_all.collect {|r| [ r.name, r.id ] }, { :default_value => ''5'' } (of course, there is no ":default_value") If the form is being used on a ''create'' page, it should display a default in the select box. If
2004 Mar 02
3
environ problem in 3.8p1
3.8p1 added the following to main() in sshd.c: #ifndef HAVE_CYGWIN /* Clear environment */ environ[0] = NULL; #endif This breaks the getenv("TZ") in session.c and causes logins to occur in GMT time. It also causes any sshd syslog messages to be written in GMT time. I'm on SCO Openserver 5.0.7, but this looks like it should affect all platforms. Am I missing something? I
2010 Jun 04
2
[LLVMdev] Is there a "callback optimization"?
Hi, > 1) Knowing when to perform specialization. If the call was not inlined > the function is probably big. Getting this wrong will generate *a lot* > of code for very small (if not negative) speed gain. Could you elaborate why just having (lots of) more code in the final executable will incur a performance _penalty_? I was thinking of something similiar, but for type-specializations of
2002 Oct 18
3
Host Key Verification failed - ssh via cgi
hi, my scenario is this: i have a cgi (on host1) that executes ssh (as userxyz) to a remote server (host2), executes a command to retrieve some data and outputs them to the local browser. on host1: #!/usr/bin/perl -w ... $output = `/usr/local/bin/ssh -l userxyz -x host2 ls -l` ... but i get "Host Key Verification failed" on my apache's error_log. i can do it on the command line,
2006 Nov 22
1
sshd startup error on SCO SR6
Openssh 4.4p1 and 4.5p1 SCO Openserver 6 w/mp1, mp2 While installing v4.5p1, I noticed this sshd syslog error which began appearing when I upgraded from v4.3p2 to v4.4p1: Sep 1 17:54:41 tenzing sshd[12837]: error: Bind to port 22 on :: failed: \ Network is unreachable. sshd -d reports: debug1: Bind to port 22 on ::. Bind to port 22 on :: failed: Network is unreachable. debug1: Bind
2016 Apr 26
2
Strange search behavior
Hello, Unfortunately, the dovecot instance doesn't belong to me and I have no way to get the configuration. However, if that can help I've been able to reproduce this behavior on every dovecot installations I've tried. 2016-04-25 8:32 GMT+02:00 Aki Tuomi <aki.tuomi at dovecot.fi>: > > > On 24.04.2016 04:44, Cornelius Charlie wrote: > > Hello, > > > >
2003 Sep 05
2
3.6p1 bug on SCO OpenServer
SCO OpenServer 5.0.x Openssh 3.6p1 loginrec.c writes incorrect data into the ut_id field of the utmp file. This has been an issue since at least openssh 3.0.2 but I never bothered to report it. For Openssh 3.6p1, defining WITH_ABBREV_NO_TTY corrects the problem. Below is a brief patch to configure which does this. You can observe the errant results in the "Line" column from the
2001 Mar 02
1
Configuring Swat
I'm just learning how yo use Samba, the version I downloaded is Samba 2.0.7. Needless to say this is my first time and I'm lost. I'm sure Samba is loaded to the system. Oh I using Linux RedHat 7.0. I'm now lost on how to get the swat working, if anyone could shed any light on this subject it would be greatly appreciated. Sean Cornelius -------------- next part -------------- HTML
2002 Feb 28
1
Problems compiling Samba TNG 2.6.1
Hello, i have a red hat 7.2 system and set the environment variable CC='kgcc'. I have git the standard kernel: [root@linux-test source]# rpm -qf /usr/include/asm/statfs.h kernel-headers-2.4.7-10 But when compiling the tng-source i get the following error: Using FLAGS -O -Iinclude -I./include -I./ubiqx -I./smbwrapper -I./lib -DLOGFILEBASE="/ usr/local/samba/var"
2016 Apr 24
2
Strange search behavior
Hello, I experienced a strange behavior in the way dovecot is performing searches, I only experienced this exact issue with the flag "seen". If I perform this command: UID SORT (SIZE) UTF-8 FLAGGED SEEN Dovecot return every seen messages even if the message is not "flagged'. This is only happening when there is no unseen messages in the mailbox, if there is at least one,
2009 Jul 23
2
[LLVMdev] cmake configured buildbot
On Tue, Jun 30, 2009 at 1:12 PM, Douglas Gregor<dgregor at apple.com> wrote: > > On Jun 30, 2009, at 6:52 AM, Xerxes RĂ„nby wrote: > >> Greetings >> >> Im interested to setup an automated buildbod that can test the cmake >> buildsysten. >> I use cmake for ARM cross compilation so I would be interested if >> someone are running a cmake bot and if
2008 Jul 30
1
5.1p build problem on SCO OSR6
Build of 5.1p1 fails on SCO OSR6 with the error: UX:acomp: ERROR: "addrmatch.c", line 100: undefined struct/union member: sin6_scope_id configure checks for presence of struct sockaddr_in6 and uses the system declaration if found (via #define HAVE_STRUCT_SOCKADDR_IN6 in config.h) If not found, the struct is declared in openbsd-compat/fake-rfc2553.h. OSR6 has struct sockaddr_in6 but it
2007 Sep 10
1
4.7p1 password auth broken on SCO OSR6
openssh 4.7p1 SCO OSR6 Password authentication is non-functional. This seems dependent on USE_LIBIAF which further depends on HAVE_LIBIAF (in defines.h), but there is no longer any code in configure to define the latter. Building with HAVE_LIBIAF defined enables password authentication, but only for non-long (<9 char) passwords, even though UNIXWARE_LONG_PASSWORDS seems to be defined. I
2004 Jul 08
1
openssh 3.8.1p1 problem on SCO 5.0.7
On SCO 5.0.7 and openssh 3.8.1p1, two entries are written to /etc/wtmp and /etc/wtmpx each time a user logs in via ssh. This can be demonstrated using the last(C) command. Any user connected via ssh will have two identical login and logout entries. On SCO, login_write() in loginrec.c calls both wtmp_write_entry() and wtmpx_write_entry() (USE_WTMP and USE_WTMPX are defined). wtmp_write_entry()
2005 Aug 29
1
greater than 8 character passwords on SCO OSR6
I read the exchange regarding > 8 char passwords on Unixware from the end of June. Is anything being done to add support for >8 character passwords on SCO OSR6 (in udk mode)? I have it working by calling osr5bigcrypt(), instead of bigcrypt(), in openbsd-compat/xcrypt.c and linking with -lcrypt. libcrypt has bigcrypt(), but for whatever reason, openssh built with it fails to authenticate
2006 Aug 23
1
openssh 4.3p2 configure problem
In configure for openssh 4.3p2 is this: as_executable_p="test -f" as_executable_p, as the name suggests, is used to test whether a file is executable or not, so should use -x and not -f. Discovered after doing chmod a-x gcc so configure would not discover it, but found it anyway. -- Roger Cornelius rac at tenzing.org
2005 Aug 22
2
3.0.20 documentation bug
3.0.20 documentation bug: The smbclient's printmode command (which didn't actually do anything) has been removed in samba 3.0.20 but is still documented in the smbclient man page. -- Roger Cornelius rac@tenzing.org