Displaying 5 results from an estimated 5 matches for "idpool".
Did you mean:
dpool
2011 Jun 08
1
Problem with IDMAP+LDAP+WINBIND
...????????????????????????????????????????????????????????????????????????
? Idmap module nss already
registered!??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
[2011/06/08 16:57:54.806552,? 1]
winbindd/idmap_ldap.c:193(verify_idpool)???????????????????????????????????????????????????????????????????????????????????????
? Unable to verify the idpool, cannot continue
initialization!??????????????????????????????????????????????????????????????????????????????????????????????????
[2011/06/08 16:57:54.806642,? 0]
winbindd/idmap.c:...
2004 Oct 06
2
winbind with ldap backend permissions
...winbind,dc=example,dc=com"
by * read
when trying a "getent passwd" on the client I get the following error
messages on the ldap-server:
Oct 6 13:02:49 mail slapd[21955]: conn=2 op=22 SEARCH RESULT tag=101
err=0 text=
Oct 6 13:02:49 mail slapd[21955]: conn=2 op=23 MOD
dn="cn=IdPool,ou=Idmap,dc=example,dc=com"
Oct 6 13:02:49 mail slapd[21955]: conn=2 op=23 RESULT tag=103 err=0
text=
Oct 6 13:02:49 mail slapd[21955]: conn=2 op=24 ADD
dn="SAMBASID=S-1-5-32-546,OU=IDMAP,DC=EXAMPLE,DC=COM"
Oct 6 13:02:49 mail slapd[21955]: conn=2 op=24 RESULT tag=105 err=50
text=...
2005 May 31
0
Access denied error when trying to join XP to Samba Domain
...RCH = "/usr/bin/ldapsearch";
$HOMEDIR = "/dev/null";
$SHELL = "/bin/false";
$SMBPASSWD = "/usr/local/samba/bin/smbpasswd";
sub GetAvailUid()
{
my ($search, $modify, $searchbase, $filter);
$searchbase = "dc=dcscorp,dc=net"." '(objectClass=idPool)'";
$filter = "filter nextUid";
$search = `$LDAPSEARCH -LLL -x -b $searchbase $filter | grep nextUid |
cut -d ':' -f2`;
chomp ($search);
UpdateIDPool ($search);
return $search;
}
sub UpdateIDPool
{
my ($uidnum) = @_;
$uidnum++;
my $entry = "dn: cn=Pool,dc=dc...
2012 Jan 26
0
winbind errors and panics
...a Samba AD member server on CentOS 6. Everything seems to
work, except that Windows users don't get automatically created in the
idmap backend (which is an LDAP tree, btw).
I do get the following errors in the winbind logging:
[2012/01/26 13:04:20.634990, 1]
winbindd/idmap_ldap.c:193(verify_idpool)
Unable to verify the idpool, cannot continue initialization!
[2012/01/26 13:04:20.635125, 0] winbindd/idmap.c:599(idmap_alloc_init)
ERROR: Initialization failed for alloc backend, deferred!
and a panic by winbind:
[2012/01/26 13:06:50.726749, 0] lib/fault.c:46(fault_report)
=============...
2003 Oct 03
2
Samba entries in the LDAP tree, help!
...thing I need in the tree (which I can see from setting the =
debugging to 2)it isn't finding these entries because I don't know where to=
put them and how this thing structurally should be laid out. Specifically =
where do the following fit into the LDAP tree; sambaGroupMapping, sambaUnix=
IdPool, sambaIdmapEntry (automatically created?), and sambaSidEntry. =
I used the IdealX smbldap-populate.pl tool to get the basic structure there=
and have at least gotten the User authentication portion working. But if =
someone could give me a clue of where to look (if I somehow missed it in th=
e...