Displaying 20 results from an estimated 4000 matches similar to: "Attributes are base64 encoded"
2015 Mar 03
0
Attributes are base64 encoded
On 02.03.2015 19:20, Jean-Fran?ois Morcillo wrote:
> ? lots of attributes are base64 encode (ex: memberOf::
> Q049QWRtaW5pc3RyYXRldXJzIGRlIGzigJllbnRyZXByaXNlLENOPVVzZXJzLERDPXR)
>
> Could anyone explain me what's gooing on ?
It is the ldapsearch utility that by design shows output that contains
special characters (like binary data) in base64 format. (So it does not
mean it
2015 Mar 02
2
Problems with 2 DCs.
Le 06/02/2015 17:49, Marc Muehlfeld a ?crit :
> Hello Jean-Fran?ois,
>
> Am 04.02.2015 um 17:51 schrieb Jean-Fran?ois Morcillo:
>> Troubles come into the place when I try to create a user on the 2nd DC,
>> I get the following error message:
>> samba-tool user create usr1 usr1
>> ERROR(ldb): Failed to add user 'usr1': -
>>
2015 Feb 04
2
Problems with 2 DCs.
Hello,
I've set up 2 DCs.
The first as been set up using the command:
samba-tool domain provision ?
The second, using the command:
samba-tool domain join <realm> DC?
As far as command return status say the commands went well.
Using only the first DC, I can add windows client to the domain, I can
manage users, everything seems to be ok.
When adding the second DC, users database is
2015 Mar 03
2
Synchronization problems between Win2k8R2 and samba
Hello,
I have a small test network with a Win2k8R2 DC.
I've added a samba4 as second DC in this network.
The join seems to run smoothly.
But, after the join, this command: ldapsearch -LLL -x -H
ldapi://%2Fvar%2Flib%2Fsamba%2Fprivate%2Fldap_priv%2Fldapi -b
"dc=test,dc=dom" "(SAMAccountName=Administrateur)"
returns some strange results:
? some attributes like unicodePwd
2015 Feb 02
2
Searching samba ldap without authentication
Le 02/02/2015 10:59, Rowland Penny a ?crit :
> On 02/02/15 09:04, Jean-Fran?ois Morcillo wrote:
>> Hello,
>>
>> I'm writing a set of python scripts that need to consult samba ldap
>> database without authentication.
>> I've set up 2 machines, the first as PDC, the second as BDC.
>> I run my scripts on both and while they run fine on the PDC they end
2015 Mar 04
1
Synchronization problems between Win2k8R2 and samba
Le 03/03/2015 12:56, Rowland Penny a ?crit :
> On 03/03/15 11:11, Jean-Fran?ois Morcillo wrote:
>> Hello,
>>
>> I have a small test network with a Win2k8R2 DC.
>>
>> I've added a samba4 as second DC in this network.
>> The join seems to run smoothly.
>>
>> But, after the join, this command: ldapsearch -LLL -x -H
>>
2011 Jun 29
1
ldapsearch dump for passwd file: base64 encoded passwords
hi,
is there a way, to let Dovecot2 uses the base64 encoded passwords from a
ldapsearch output, without decode them first?
cu denny
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL:
2005 Jun 07
1
Problems with userPassword when it's base64 encoded
I'm switching from OpenLDAP to the newly released Fedora Directory
Server (formely known as the Netscape Directory Server) as a LDAP
backend for my Samba domain.
I'm now faced with a problem regarding how Fedora DS handles the
userPassword field.
Unlike OpenLDAP it encodes it in base64 so instead of reading
userPassword: {SSHA}0lP+r3Z1NVan7Caf4CG9oSgnTbQRrv/p
it reads:
userPassword::
2015 Feb 02
2
Searching samba ldap without authentication
Le 02/02/2015 12:20, Rowland Penny a ?crit :
> On 02/02/15 11:01, Jean-Fran?ois Morcillo wrote:
>> Le 02/02/2015 10:59, Rowland Penny a ?crit :
>>> On 02/02/15 09:04, Jean-Fran?ois Morcillo wrote:
>>>> Hello,
>>>>
>>>> I'm writing a set of python scripts that need to consult samba ldap
>>>> database without authentication.
2015 Feb 24
2
"Temporary authentication failure" ? Cant connect with ldap user
@Steffen Kaiser:
Sorry I wrote that wrong. I did indeed *grep -v '^ *\(#.*\)\?$'
dovecot-ldap.conf.ext* to get those results.
@Bob Miller:
And how would that look like? I added a auth_bind_userdn looking like this:
*auth_bind_userdn = uid=%u,dc=[hostname],o=de*
And restartet dovecot, no use.
Any other ideas?
Best,
David
2015-02-24 8:05 GMT+01:00 Steffen Kaiser <skdovecot at
2015 Feb 24
3
"Temporary authentication failure" ? Cant connect with ldap user
The ldap-utils were already installed.
I did the ldapsearch you gave me, but after inputting my admin password it
gives me
*ldap_bind: Invalid credentials (49)*
I logged into the ldap server with my admin credentials (which worked fine)
and changed my password to '12345', Trying that, still *Invalid credentials*
.
1.) I tried that already. The error switches to syntax error then.
2.) Not
2015 Feb 02
2
Searching samba ldap without authentication
Hello,
I'm writing a set of python scripts that need to consult samba ldap
database without authentication.
I've set up 2 machines, the first as PDC, the second as BDC.
I run my scripts on both and while they run fine on the PDC they end
with error on the BDC.
Here is the minimal example that behave this way:
import ldap
LDAP_URI =
2015 Feb 24
5
"Temporary authentication failure" ? Cant connect with ldap user
Hmm...
*ldapsearch -x cn=admin* gives me:
| # A bunch of information not really interesting
| # search result
| search: 2
| result: 32 No such object
|
| numResponses: 1
*ldapsearch -x cn=admin* gives the same.
Did i configure the ldap wrong?
2015-02-24 10:42 GMT+01:00 Steffen Kaiser <skdovecot at smail.inf.fh-brs.de>:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
2008 Feb 18
3
Displaying a base64-encoded image within an rhtml template
I''m working on generating FedEx labels for quick & easy shipping.
FedEx returns the label as a base64-encoded string. Assuming that
''match'' is the base64 string containing the label data, here is what I
have to display the image:
send_data image, :filename => ''fedex_shipping_label.png'', :type =>
''image/png'', :disposition
2015 Mar 02
2
Problems with 2 DCs.
Le 02/03/2015 12:58, Rowland Penny a ?crit :
> On 02/03/15 11:02, Jean-Fran?ois Morcillo wrote:
>> Le 06/02/2015 17:49, Marc Muehlfeld a ?crit :
>>> Hello Jean-Fran?ois,
>>>
>>> Am 04.02.2015 um 17:51 schrieb Jean-Fran?ois Morcillo:
>>>> Troubles come into the place when I try to create a user on the 2nd
>>>> DC,
>>>> I get
1999 Apr 30
4
german umlaute win95 client vs. Linux-Samba file server
Hello,
I've a problem known especially to german speaking users (and other
nationalities using special characters).
I'm using Samba 1.9.18 and a linux 2.0.35 kernel
I want to create a directory or file with a name containing german umlaute
from the win95 client
so that I can see it on the linux machine with the equal characters I've
used under win95.
On the win95 machine the new
2015 Apr 01
2
Have options changed for "samba-tool domain provision"
Le 01/04/2015 17:42, Rowland Penny a ?crit :
> On 01/04/15 15:49, Jean-Fran?ois Morcillo wrote:
>> Hello,
>>
>> With the samba 4.1 serie, I used to use the command:
>> samba-tool domain provision --adminpass='1GoodPasswd' --domain='TEST'
>> --workgroup='TEST' --realm='test.fr' --use-xattr=yes --use-rfc2307
>>
2015 Apr 01
4
Have options changed for "samba-tool domain provision"
Hello,
With the samba 4.1 serie, I used to use the command:
samba-tool domain provision --adminpass='1GoodPasswd' --domain='TEST'
--workgroup='TEST' --realm='test.fr' --use-xattr=yes --use-rfc2307
--server-role='dc'
Now with samba 4.2
The same command ends with:
samba-tool domain provision: error: no such option: --workgroup
Is that option now useless?
2015 Mar 03
1
Problems with 2 DCs.
Le 02/03/2015 19:44, Rowland Penny a ?crit :
> On 02/03/15 18:12, Jean-Fran?ois Morcillo wrote:
>> Le 02/03/2015 12:58, Rowland Penny a ?crit :
>>> On 02/03/15 11:02, Jean-Fran?ois Morcillo wrote:
>>>> Le 06/02/2015 17:49, Marc Muehlfeld a ?crit :
>>>>> Hello Jean-Fran?ois,
>>>>>
>>>>> Am 04.02.2015 um 17:51 schrieb
2015 Feb 23
4
"Temporary authentication failure" ? Cant connect with ldap user
Hello there, first time writing.
I'm relatively new to linux and have been tasked with setting up the
following configuration:
Debian Wheezy Server
Postfix
Dovecot
OpenLDAP
So, I set up the Server, installed and configured postfix, ldap and dovecot
(in that order) and now simply try to log into the mail account with a used
from the LDAP over telnet.
The test looks like this:
*|> telnet