Displaying 10 results from an estimated 10 matches for "with_ldap".
2003 Feb 12
2
rsync & ldap authentication
.... Maybe there is better, more flexible way to rewrite usernames.
Only the files authenticate.c and loadparm.c have been modified.
How to build a rsync version with ldap support
There is no autoconf support for the new features. To enable them edit the
Makefile after running configure.
- Add -DWITH_LDAP -DWITH_MANGLE_USER to the CFLAGS line.
- On Linux add -lldap and -llber to the LIBS Flags.
- On Solaris add -lldap to the LIBS Flags.
New options in rsyncd.conf
All ldap options will exist even when rsync isn't build ldap support.
To enable anonymous access to rsyncd both "auth use...
2003 May 03
0
Storing rsync secrets in LDAP
...diff -ur rsync-2.5.0-ori/authenticate.c rsync-2.5.0-patched/authenticate.c
--- rsync-2.5.0-ori/authenticate.c Fri Nov 30 01:21:07 2001
+++ rsync-2.5.0-patched/authenticate.c Wed Dec 12 16:16:58 2001
@@ -20,6 +20,11 @@
/* support rsync authentication */
#include "rsync.h"
+#ifdef WITH_LDAP
+#include <lber.h>
+#include <ldap.h>
+#endif
+
/***************************************************************************
encode a buffer using base64 - simple and slow algorithm. null terminates
the result.
@@ -79,9 +84,23 @@
STRUCT_STAT st;
int ok = 1;
ex...
2006 Nov 18
2
can't join samba to win2k3 domain - please help
...servers to win2k3 domains
in the past but I am stuck doing so with samba-3.0.23c_2,1. I've
verified hosts / domain forward and reverse lookups succeed. Below are
my configurations. I'm running FreeBSD 6.1-stable cvsupped as of Nov 17.
I've built Samba with the following options...
WITH_LDAP=true
WITH_ADS=true
WITHOUT_CUPS=true
WITH_WINBIND=true
WITHOUT_ACL_SUPPORT=true
WITHOUT_AIO_SUPPORT=true
WITHOUT_FAM_SUPPORT=true
WITHOUT_SYSLOG=true
WITHOUT_QUOTAS=true
WITH_UTMP=true
WITHOUT_MSDFS=true
WITHOUT_SMBSH=true
WITHOUT_PAM_SMBPASS=true
WITHOUT_EXP_MODULES=true
WITH_POPT=true
Below are...
2009 Aug 28
1
FreeBSD 7.2 and Samba 3.3.7 AD 2003 Authentication Problem
...fig file I still get the
same problem:
idmap backend = ad
idmap uid = 50001 - 100000
idmap gid = 50001 - 100000
I hope you can help me resolve this issue. Please let me know if you
need any additional info.
Thanks,
Vladimir Orlic
# more /var/db/ports/samba3/options
_OPTIONS_READ=samba-3.0.35,1
WITH_LDAP=true
WITH_ADS=true
WITHOUT_CUPS=true
WITH_WINBIND=true
WITH_ACL_SUPPORT=true
WITHOUT_AIO_SUPPORT=true
WITHOUT_FAM_SUPPORT=true
WITH_SYSLOG=true
WITHOUT_QUOTAS=true
WITH_UTMP=true
WITH_PAM_SMBPASS=true
WITHOUT_CLUSTER=true
WITH_DNSUPDATE=true
WITH_EXP_MODULES=true
WITH_POPT=true
WITH_PCH=true
WITHOU...
2012 Mar 25
2
build postfix rpm with mysql
...- my patch to allow multiline banner
# mps - man page suffix, .gz except Mandrake >= 8 which uses .bz2
# with_cdb - include CDB support by Michael Tokarev
# <mjt at corpit.ru>
# with_dovecot - include DOVECOT SASL authentication
# with_ldap - include LDAP support
# with_mysql - include support for www.mysql.com's MySQL rpms
# with_mysql_redhat - include support for RedHat's MySQL rpms
# with_pcre - include pcre support
# with_pgsql - include Postgres database sup...
2011 Nov 19
4
build postfix spec w/ mysql
...- my patch to allow multiline banner
# mps - man page suffix, .gz except Mandrake >= 8 which uses .bz2
# with_cdb - include CDB support by Michael Tokarev
# <mjt at corpit.ru>
# with_dovecot - include DOVECOT SASL authentication
# with_ldap - include LDAP support
# with_mysql - include support for www.mysql.com's MySQL rpms
# with_mysql_redhat - include support for RedHat's MySQL rpms
# with_pcre - include pcre support
# with_pgsql - include Postgres database sup...
2017 Oct 17
2
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
On 17 Oct 2017, at 18.02, Macka <dovecot at macka.pl> wrote:
>
> I have to resume the thread.
>
> Apparently the problem is caused by the new /usr/include/sys/quota.h file (glibc-2.25 and newer)
>
> When I use the quota.h with glibc-headers-2.25, the filesystem quota limits are badly displayed.
> When using the same glibc-2.25 library but replacing ONLY one quota.h
2003 Sep 11
1
samba(PDC, machine A) + LDAP (machine B)?
Hello=20all,
=20=20I=20am=20wondering=20if=20anyone=20successfully=20built=20samba=20PDC=20=
on
mahine=20A=20and=20used=20LDAP=20on=20machine=20B=20for=20authentication?
=20=20Because=20now=20before=20creating=20a=20samba=20account,=20one=20must
create=20an=20unit=20account,=20right?
=20=20My=20goal=20is=20as=20follows:
2005 Dec 06
4
Joining Samba3 to NT4 domain problem
...o -Ia|grep samba
samba-3.0.20b,1 A free SMB and CIFS client and server for UNIX
OS is FreeBSD 5.3.
%cat /var/db/ports/samba3/options
# This file is auto-generated by 'make config'.
# No user-servicable parts inside!
# Options for samba-3.0.20b,1
_OPTIONS_READ=samba-3.0.20b,1
WITH_LDAP=true
WITHOUT_ADS=true
WITHOUT_CUPS=true
WITH_WINBIND=true
WITHOUT_ACL_SUPPORT=true
WITHOUT_AIO_SUPPORT=true
WITH_SYSLOG=true
WITH_QUOTAS=true
WITH_UTMP=true
WITHOUT_MSDFS=true
WITHOUT_SAM_XML=true
WITHOUT_SAM_MYSQL=true
WITHOUT_SAM_PGSQL=true
WITHOUT_SAM_OLD_LDAP=true
WITHOUT_PAM_SMBP...
2011 Apr 15
15
Installing port on FreeBSD
New user trying to get a port to compile: I tried searching but all I
get are links to the FreeBSD port of puppet. Easier to find a needle
in a haystack.
A class has:
exec { "port-sudo":
cwd => "/usr/ports/security/sudo",
environment => "BATCH=yes",
command => ''/bin/sh -c "/usr/bin/make