Displaying 6 results from an estimated 6 matches similar to: "can't join a domain"
2004 Oct 06
2
winbind with ldap backend permissions
hi,
I set up a winbindd with a ldap backend, here is the relevant part of my
smb.conf:
idmap backend = ldap:ldap://mail.rhel.homelinux.com
ldap admin dn = cn=winbind,dc=example,dc=com
ldap suffix = dc=example,dc=com
ldap idmap suffix = ou=idmap
On the ldap server I set up the ou=idmap and also permissions for
cn=winbind to write into the ou=idmap:
access to
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
2005 Feb 07
2
Wine for Linux PPC emulate Mac OS
The Wine http://www.winehq.com/ project has been created to emulate
Windows to be able to run windows softwares directly under Linux
without to have to emulate Windows.
It's very great and wonderful idea !
The Darwine http://darwine.opendarwin.org/ project aims to to the same
but under Mac OS X with adding also the emulation of an x86 CPU.
But, I wanted to know something, or even to make
2006 Jun 04
0
Re: administrator privileges
I experienced the following problem with an apparent permissions Catch-22 where there's no "root" user to bootstrap from with Samba-LDAP, and found several other people experienced it too. I eventually figured out why a few people are plagued by this problem while most have never seen it, and I solved it. For everyone else who experiences a similar problem, the explanation and
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>'') %>
--