Displaying 20 results from an estimated 56 matches for "ldapsrv".
2004 Jun 16
2
Idealx programs and ldap backend
Hi,
I got the following setup.
I got a openLDAP server. This server is the master server for LDAP
functions. I named this ldapsrv.
I got a samba server with openLDAP install on it as well. This LDAP
server is the slave to ldapsrv. I named this sambasrv.
The sambasrv currently have the following setup in /etc/smb.conf:-
passdb backend = ldapsam:ldap://ldapsrv.domain
idmap backend = ldap://ldapsrv.domain
add user script =...
2020 Feb 27
0
Samba AD - Different IP than the existing one assigned
...2s ago
Docs: man:samba(8)
man:samba(7)
man:smb.conf(5)
Process: 17808 ExecStart=/usr/sbin/samba --foreground --no-process-group $SAMBAOPTIONS (code=exited, status=1/FAILURE)
Main PID: 17808 (code=exited, status=1/FAILURE)
Feb 27 16:35:18 adc1 samba[17837]: task[ldapsrv][17837]: [2020/02/27 16:35:18.492522, 0] ../source4/smbd/service_stream.c:371(stream_setup_socket)
Feb 27 16:35:18 adc1 samba[17837]: task[ldapsrv][17837]: stream_setup_socket: Failed to listen on 0.0.0.0:389 - NT_STATUS_ADDRESS_ALREADY_ASSOCIATED
Feb 27 16:35:18 adc1 samba[17837]: task[ldapsr...
2020 Feb 28
0
Samba AD - Different IP than the existing one assigned
...>
> man:smb.conf(5)
>
> Process: 17808 ExecStart=/usr/sbin/samba --foreground
> --no-process-group $SAMBAOPTIONS (code=exited, status=1/FAILURE)
>
> Main PID: 17808 (code=exited, status=1/FAILURE)
>
>
>
> Feb 27 16:35:18 adc1 samba[17837]: task[ldapsrv][17837]:
> [2020/02/27 16:35:18.492522, 0]
> ../source4/smbd/service_stream.c:371(stream_setup_socket)
>
> Feb 27 16:35:18 adc1 samba[17837]: task[ldapsrv][17837]:
> stream_setup_socket: Failed to listen on 0.0.0.0:389 -
> NT_STATUS_ADDRESS_ALREADY_ASSOCIATED
>
> Fe...
2024 Oct 07
1
ad dc performance issues
...blematic ldap requests and
which should be in 4.21 specifically for that purpose.
You should also be wary of long lasting requests : for example if a LDAP
client takes too much time to retrieve its result, then it will occupy
one query slot until it has finished flushing the data. I had once a
ldapsrv issue due to a buggy hp driver that was downloading a 100k users
LDAP result on a 2mbps ISDN connexion on a remote site, which kind of
DDOS'ed Samba ldapsrv by using all the available slots.
We have also seen a software doing a "whoami" MS-RPC query on the PDC
every few seconds, a...
2016 Mar 22
2
Samba43 Kerberos issues
...0:00.40 /usr/local/sbin/samba --daemon --configfile=/usr/local/etc/smb4.conf
38637 - I 0:00.00 samba: task[s3fs_parent] (samba)
38638 - S 0:27.24 samba: task[dcesrv] (samba)
38640 - I 0:00.01 samba: task wrepl server_id[38640] (samba)
38641 - I 0:08.63 samba: task[ldapsrv] (samba)
38642 - S 0:00.07 samba: task[cldapd] (samba)
38644 - S 1:04.27 samba: task[dreplsrv] (samba)
38645 - I 0:00.00 samba: task[winbindd_parent] (samba)
38646 - I 0:00.01 samba: task[ntp_signd] (samba)
38648 - I 0:03.79 samba: task[kccsrv] (samba)
38649...
2024 Oct 07
1
ad dc performance issues
...d
> which should be in 4.21 specifically for that purpose.
>
> You should also be wary of long lasting requests : for example if a LDAP
> client takes too much time to retrieve its result, then it will occupy
> one query slot until it has finished flushing the data. I had once a
> ldapsrv issue due to a buggy hp driver that was downloading a 100k users
> LDAP result on a 2mbps ISDN connexion on a remote site, which kind of
> DDOS'ed Samba ldapsrv by using all the available slots.
>
> We have also seen a software doing a "whoami" MS-RPC query on the PDC
>...
2016 Jun 21
2
Samba43 Kerberos problems
...0:00.40 /usr/local/sbin/samba --daemon
--configfile=/usr/local/etc/smb4.conf
38637 - I 0:00.00 samba: task[s3fs_parent] (samba)
38638 - S 0:27.24 samba: task[dcesrv] (samba)
38640 - I 0:00.01 samba: task wrepl server_id[38640] (samba)
38641 - I 0:08.63 samba: task[ldapsrv] (samba)
38642 - S 0:00.07 samba: task[cldapd] (samba)
38644 - S 1:04.27 samba: task[dreplsrv] (samba)
38645 - I 0:00.00 samba: task[winbindd_parent] (samba)
38646 - I 0:00.01 samba: task[ntp_signd] (samba)
38648 - I 0:03.79 samba: task[kccsrv] (samba)
38649...
2014 Apr 29
2
Samba 3.5 loses local master browser election to Win7 32bits
...7 64 bits seems not forcing/winning elections.
my config (relevant part):
workgroup = XXXX
netbios name = PDC01
interfaces = eth0 10.6.
bind interfaces only = yes
hosts allow = 127. 10.6.
[...]
security = user
passdb backend = ldapsam:ldap://ldapsrv.xxxx.com/
ldap suffix = ou=rec,o=xxx
ldap ssl = start_tls
ldap admin dn = cn=admin,ou=rec,o=xxx
ldap passwd sync = yes
ldap delete dn = yes
ldap user suffix = ou=users
ldap group suffix = ou=groups
ldap machine suffix = ou=computers...
2024 Oct 05
1
ad dc performance issues
Le 05/10/2024 ? 02:48, Douglas Bagnall via samba a ?crit?:
> hi Hubert,
>
> I missed this earlier.
Hello, I exerienced the same kind of problem.? DC were overloaded by
some requests. running DC with suficient debug level shows immediately 2
problems :
- requests on big groups ( 70 000 members) with? member attributes
- requests with *? in filters.
these requests were? consuming from
2024 Nov 06
1
Login to LDAP from new version FortiClientEMS
.../11/05 14:19:11.122344,? 3] lib/ldb-samba/
> ldb_wrap.c:340(ldb_wrap_connect)
> ? ldb_wrap open of secrets.ldb
> [2024/11/05 14:19:11.123630,? 3] source4/samba/
> service_stream.c:67(stream_terminate_connection)
> ? stream_terminate_connection: Terminating connection -
> 'ldapsrv_call_loop: tstream_read_pdu_blob_recv() -
> NT_STATUS_CONNECTION_RESET'
> [2024/11/05 14:19:11.124440,? 3] source4/samba/
> service_stream.c:67(stream_terminate_connection)
> ? stream_terminate_connection: Terminating connection -
> 'LDAP_PROTOCOL_ERROR'
>
> W...
2012 Nov 30
1
samba4 not list ldap
...4.1.0pre1-GIT-05a5974 started.
Copyright Andrew Tridgell and the Samba Team 1992-2012
samba: using 'single' process model
Started with smbd server config file /
usr/local/samba4-migracao/private/smbd.tmp/fileserver.conf
Failed to listen on 0.0.0.0:636 - NT_STATUS_ADDRESS_ALREADY_ASSOCIATED
ldapsrv failed to bind to 0.0.0.0:636 - NT_STATUS_ADDRESS_ALREADY_ASSOCIATED
task_server_terminate: [Failed to startup ldap server task]
/ usr/local/samba4-migracao/sbin/smbd: smbd version 4.1.0pre1-GIT-05a5974
started.
/ usr/local/samba4-migracao/sbin/smbd: Copyright Andrew Tridgell and the
Samba Team 199...
2020 Oct 10
1
Mail samba
...cy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
> On 10 Oct 2020, at 15:09, Rowland penny via samba <samba at lists.samba.org> wrote:
>
> On 10/10/2020 14:00, Philip Offermans wrote:
>> Ok I am running the command from an domain member.
>>
>
>> ldapsrv failed to bind to 0.0.0.0:389 - NT_STATUS_ADDRESS_ALREADY_ASSOCIATED
>>
>>
>> I am fairly new. I don?t fully understand this.
>>
> It looks like something else is running that is using port 389, do you have openldap installed as well, or did Samba not shut down correct...
2019 Jul 23
4
Problems after upgrade Samba 4
...71(samba_terminate)
Jul 23 10:19:26 samba4-dc samba: root process[823]: samba_terminate:
samba_terminate of samba 823: dns failed to setup interfaces
Jul 23 10:19:26 samba4-dc systemd[1]: samba-ad-dc.service: Main process
exited, code=exited, status=1/FAILURE
Jul 23 10:19:26 samba4-dc samba: task[ldapsrv][829]: [2019/07/23
10:19:26.654493, 0]
../../source4/smbd/process_standard.c:84(sigterm_signal_handler)
Jul 23 10:19:26 samba4-dc samba: task[ldapsrv][829]:
sigterm_signal_handler: Exiting pid 829 on SIGTERM
Jul 23 10:19:26 samba4-dc systemd[1]: Failed to start Samba AD Daemon.
Jul 23 10:19:26 sam...
2016 Mar 22
0
Samba43 Kerberos issues
.../samba --daemon
> --configfile=/usr/local/etc/smb4.conf
> 38637 - I 0:00.00 samba: task[s3fs_parent] (samba)
> 38638 - S 0:27.24 samba: task[dcesrv] (samba)
> 38640 - I 0:00.01 samba: task wrepl server_id[38640] (samba)
> 38641 - I 0:08.63 samba: task[ldapsrv] (samba)
> 38642 - S 0:00.07 samba: task[cldapd] (samba)
> 38644 - S 1:04.27 samba: task[dreplsrv] (samba)
> 38645 - I 0:00.00 samba: task[winbindd_parent] (samba)
> 38646 - I 0:00.01 samba: task[ntp_signd] (samba)
> 38648 - I 0:03.79 samba: ta...
2020 Feb 27
0
Samba AD - Different IP than the existing one assigned
...288(samba_terminate)
Feb 27 15:23:33 adc1 samba[897]: root process[897]: samba_terminate: samba_terminate of samba 897: dns failed to setup interfaces
Feb 27 15:23:34 adc1 systemd[1]: samba-ad-dc.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 15:23:34 adc1 samba[1724]: task[ldapsrv][1724]: [2020/02/27 15:23:34.684245, 0] ../source4/smbd/process_standard.c:81(sigterm_signal_handler)
Feb 27 15:23:34 adc1 samba[1724]: task[ldapsrv][1724]: sigterm_signal_handler: Exiting pid 1724 on SIGTERM
Feb 27 15:23:34 adc1 systemd[1]: samba-ad-dc.service: Failed with result 'exit-co...
2016 Sep 05
1
Samba KDC not running
...5 /usr/local/sbin/samba --daemon
--configfile=/usr/local/etc/smb4.conf
39856 - I 0:00.00 samba: task[s3fs_parent] (samba)
39857 - S 0:00.51 samba: task[dcesrv] (samba)
39859 - S 0:00.00 samba: task wrepl server_id[39859] (samba)
39860 - S 0:03.31 samba: task[ldapsrv] (samba)
39861 - S 0:00.01 samba: task[cldapd] (samba)
39863 - S 0:00.88 samba: task[dreplsrv] (samba)
39864 - I 0:00.01 samba: task[winbindd_parent] (samba)
39865 - S 0:00.01 samba: task[ntp_signd] (samba)
39867 - S 0:00.63 samba: task[kccsrv] (sam...
2019 Jun 11
2
NT_STATUS_ADDRESS_NOT_ASSOCIATED error msg on DC boot
...inate: [Failed to startup dcerpc server task]
[2019/06/11 09:23:50.199566, 0] ../source4/smbd/service_stream.c:360(stream_setup_socket)
Failed to listen on 152.94.0.106:389 - NT_STATUS_ADDRESS_NOT_ASSOCIATED
[2019/06/11 09:23:50.199780, 0] ../source4/ldap_server/ldap_server.c:1030(add_socket)
ldapsrv failed to bind to 152.94.0.106:389 - NT_STATUS_ADDRESS_NOT_ASSOCIATED
[2019/06/11 09:23:50.200068, 0] ../source4/smbd/service_task.c:35(task_server_terminate)
task_server_terminate: [Failed to startup ldap server task]
However, after restarting samba-ad-dc everything looks fine, no error messag...
2016 Jul 04
2
Samba43 Kerberos problems
...; --configfile=/usr/local/etc/smb4.conf
> 38637 - I 0:00.00 samba: task[s3fs_parent] (samba)
> 38638 - S 0:27.24 samba: task[dcesrv] (samba)
> 38640 - I 0:00.01 samba: task wrepl server_id[38640] (samba)
> 38641 - I 0:08.63 samba: task[ldapsrv] (samba)
> 38642 - S 0:00.07 samba: task[cldapd] (samba)
> 38644 - S 1:04.27 samba: task[dreplsrv] (samba)
> 38645 - I 0:00.00 samba: task[winbindd_parent] (samba)
> 38646 - I 0:00.01 samba: task[ntp_signd] (samba)
> 38648 - I...
2016 Jun 21
0
Samba43 Kerberos problems
...n/samba --daemon
> --configfile=/usr/local/etc/smb4.conf
> 38637 - I 0:00.00 samba: task[s3fs_parent] (samba)
> 38638 - S 0:27.24 samba: task[dcesrv] (samba)
> 38640 - I 0:00.01 samba: task wrepl server_id[38640] (samba)
> 38641 - I 0:08.63 samba: task[ldapsrv] (samba)
> 38642 - S 0:00.07 samba: task[cldapd] (samba)
> 38644 - S 1:04.27 samba: task[dreplsrv] (samba)
> 38645 - I 0:00.00 samba: task[winbindd_parent] (samba)
> 38646 - I 0:00.01 samba: task[ntp_signd] (samba)
> 38648 - I 0:03.79 samba: ta...
2015 Feb 26
1
Back with my UID problems
...ax | grep samba
49729 - Ss 0:00.57 /usr/local/sbin/samba --daemon
--configfile=/usr/loc 49730 - S 0:00.01 samba: task[dcesrv]
(samba) 49731 - S 0:00.02 samba: task[nbtd] (samba)
49732 - S 0:00.00 samba: task[wreplsrv] (samba)
49733 - S 0:00.35 samba: task[ldapsrv] (samba)
49734 - S 0:00.00 samba: task[cldapd] (samba)
49735 - S 0:00.01 samba: task[kdc] (samba)
49736 - S 0:00.01 samba: task[dreplsrv] (samba)
49737 - S 0:00.00 samba: task[winbind] (samba)
49738 - S 0:00.00 samba: task[ntp_signd] (samba)
49739 - S...