Displaying 6 results from an estimated 6 matches for "ldb_dn_get_linearized".
2014 Feb 19
0
Moving LDAP tree
...h it's internal DNS server.
>
> I checked dnsserver_init_serverinfo in
> source4/rpc_server/dnsserver/dnsutils.c and if I read the code well then
> this is all good:
> serverinfo->pszDsContainer = talloc_asprintf(mem_ctx,
> "CN=MicrosoftDNS,DC=DomainDnsZones,%s", ldb_dn_get_linearized(domain_dn));
>
> But later in the code it shows:
> serverinfo->pszDomainDirectoryPartition = talloc_asprintf(mem_ctx,
> "DC=DomainDnsZones,%s", ldb_dn_get_linearized(domain_dn));
> serverinfo->pszForestDirectoryPartition = talloc_asprintf(mem_ctx,
> "DC=Fores...
2017 Dec 02
1
logline of account becoming NT_STATUS_ACCOUNT_LOCKED_OUT
Hi Andrew,
On 12/02/2017 07:20 PM, Andrew Bartlett via samba wrote:
> I'm sorry, but while we do log it, the news isn't good.
>
> DEBUG(5, ("Locked out user %s after %d wrong passwords\n",
> ldb_dn_get_linearized(user_msg->dn), badPwdCount));
>
> That will show up with level 5 globally.
Ok, patches are difficult now, as we've sponsored quite a lot this year.
But would it also be an idea to move this to a (much) lower log level?
Perhaps even at 1 or 2?
Locking accounts is such a *major* eve...
2013 Dec 19
1
Samba 4.1.2 invalid zero invocationID
...cts.c* and I comment
the code block:
//if (GUID_all_zero(&d->originating_invocation_id)) {
// status = WERR_DS_SRC_GUID_MISMATCH;
// DEBUG(0, ("Refusing replication of object containing invalid zero
invocationID on attribute %d of %s: %s\n",
// a->attid,
// ldb_dn_get_linearized(msg->dn),
// win_errstr(status)));
// return status;
//}
And I can join new machine as DC. But this is correctly? How can I fix this
problem?
Thanks.
2017 Dec 02
2
logline of account becoming NT_STATUS_ACCOUNT_LOCKED_OUT
Hi,
I am trying to capture from the logs the moment that samba locks an
account. (because of too many failed logon attempts)
This is samba 4.7.2, with:
> log level = 1 auth_audit:3
What we see in the logs is like this:
> Auth: [LDAP,simple bind/TLS] user [(null)]\[cn=username,cn=users,dc=samba,dc=company,dc=com] at [Sat, 02 Dec 2017 15:13:45.102695 CET] with [Plaintext] status
2015 Oct 12
0
Questions About Bind_DLZ
...he messages are coming from Samba, to be precise, from dlz_bind9.c
>
> if (b9_zone_exists(state, zone)) {
> state->log(ISC_LOG_WARNING, "samba_dlz: Ignoring
> duplicate zone '%s' from '%s'",
> zone, ldb_dn_get_linearized(zone_dn));
> continue;
> }
>
> >/
> />/ What log level are you using in smb.conf?
> /
> I wonder if the log level is turned up too high, I personally have never
> seen this message.
>
> I think it may help if the OP was to post th...
2015 Oct 05
0
Fwd: net rpc lookup from group names that start with "-"
...> The messages are coming from Samba, to be precise, from dlz_bind9.c
>
> if (b9_zone_exists(state, zone)) {
> state->log(ISC_LOG_WARNING, "samba_dlz: Ignoring duplicate
> zone '%s' from '%s'",
> zone, ldb_dn_get_linearized(zone_dn));
> continue;
> }
>
>
>> What log level are you using in smb.conf?
>>
>
> I wonder if the log level is turned up too high, I personally have never
> seen this message.
>
> I think it may help if the OP was to post the bind9...