Displaying 5 results from an estimated 5 matches for "scherf".
Did you mean:
scharf
2004 Oct 06
2
winbind with ldap backend permissions
...ut why is winbind needing access
on the parent and not just on the ou-container where the id-mapping
happens, ou=idmap?
can anybody explain that to me?!
thanks and greetings,
thorsten
--
Thorsten Scherf <tscherf@redhat.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
Url : http://lists.samba.org/archive/samba/attachments/20041006/43e7c1ed...
2004 Oct 01
1
can't join a domain
...main Users (S-1-5-21-3370306482-4184561861-561853233-512) -> domuser
Domain Guests (S-1-5-21-3370306482-4184561861-561853233-512) ->
domguest
I saw this on problem discussed on several mailinglists, but with no
solution. maybe anybody here can help me with a hint.
cu,
thorsten
--
Thorsten Scherf
GLS Instructor
Red Hat GmbH - Global Learning Services
Hauptstaetterstr. 58, D-70178 Stuttgart, Germany
Tel: +49-711-96437-500, Fax: +49-711-96437-111
eMail: tscherf@redhat.com
GPG-Fingerprint: 92BF AA4C 082B F5DD FB28 47CC C1F9 282D 3B92 80BB
-------------- next part --------------
A non-text...
2004 Oct 01
2
Howto: 2 samba server sharing password db ?
Dear all,
simply looking how to configure 2 samba servers sharing same password db. I tried many combination (winbind, nis, PDC), none of which worked :-( ... (but that's maybe I'm not an expert) ...
help!
--Lee
____________________________________________________
Aufnehmen, abschicken, nah sein - So einfach ist
WEB.DE Video-Mail: http://freemail.web.de/?mc=021200
2009 Oct 06
1
ldapsam, smbpasswd and posixAccount
Hi,
I have a setup with Samba (3.4) as PDC with ldapsam as backend. LDAP is
managed by Samba, no external helper scripts. When I add a new user with
"smbpasswd -a foo" it works fine, user is created and the openldap is
populated with samba and posix attributes.
Now, when I add a new user to the directory by running ldapadd against
a ldif file which contains only posix related
2007 Aug 08
0
Escaping special characters before highlighting
Hi all.
I need to perform some operation on the results of a ferret search
before it gets highlighted. Is there a way to do this?
This is my code which calls the highlighting inside a Rails View:
<%= result.ferret_highlight(@query, :field => :ferret_text, :pre_tag =>
''<span class="keyword">'', :post_tag => ''</span>'') %>
--