Displaying 4 results from an estimated 4 matches for "sources3".
Did you mean:
sources
2015 Jun 14
1
Checking for library ldap: not found
...ldap_init: not found
Checking for ldap_init_fd: not found
Checking for ldap_initialize: not found
Checking for ldap_set_rebind_proc: not found
Checking for library ldap: not found
Checking for ldap_add_result_entry: not found
Checking whether ldap_set_rebind_proc takes 3 arguments: ok
/samba-4.2.2/sources3/wscript:685: error: LDAP support not found.
Try installing libldap2-dev or openldap-devel.
Otherwise, use --without-ldap to build without LDAP support.
LDAP support is required for the LDAP passdb backend, LDAP idmap backends and ADS.
ADS support improves communication with Active Directory domain...
2010 Nov 03
0
Building Samba RPM packages for RHEL/CentOS 5 - Needed corrections to the .spec file
...-devel". Change the respective entry on line 31
(BuildRequires:) to "keyutils-libs-devel" (yum install this file from
the repositories if needed).
2 - Although it is called by the packaging process, the "umount.cifs"
file is not compiled and therefore cannot be found in sources3/bin at
the moment of packaging. Therefore, the RPM build process fails. Either
comment the references to the file from lines 237, 396 and 414, if you
don't need this function, or add the following to the ./configure
command, starting on line 137:
--with-cifsumount
The default for thi...
2010 Nov 03
0
Building Samba RPM packages for RHEL/CentOS 5 - Needed corrections to the .spec file
...-devel". Change the respective entry on line 31
(BuildRequires:) to "keyutils-libs-devel" (yum install this file from
the repositories if needed).
2 - Although it is called by the packaging process, the "umount.cifs"
file is not compiled and therefore cannot be found in sources3/bin at
the moment of packaging. Therefore, the RPM build process fails. Either
comment the references to the file from lines 237, 396 and 414, if you
don't need this function, or add the following to the ./configure
command, starting on line 137:
--with-cifsumount
The default for thi...
2013 Aug 20
1
Samba 4.0.9 winbind isn't passing through uid and gid numbers from Win 2003 R2
...user_sid :
S-1-5-21-961088282-1536782563-3813629767-1135
group_sid :
S-1-5-21-961088282-1536782563-3813629767-513
The global portion of my smb.conf file is below. Looking through the log
files, winbindd is built from sources3, while I know the source is showing
the uidNumber and gidNumber in sources4.
I'm a software engineer, so I've got no problems getting down into the code
and gdb, but if this is a simple misconfiguration on my part that'd be so
much better :)
[global]
server role = member server
win...