When my nsswitch.conf looks like this:

...
passwd:     files ldap
group:      files ldap
...

I can't start the mysql daemon.

In the mysqld logfile I always find this:

Bogus stack limit or frame pointer, fp=0xbfffe088,
stack_bottom=0x635dcc90, thread_stack=65536, aborting backtrace.
Trying to get some variables.
Some pointers may be invalid and cause the dump to abort...
thd->query at 0x623fb710  is invalid pointer
thd->thread_id=892481904

If I remove ldap from the group entry 
...
passwd:     files ldap
group:      files
...

mysqld starts successfully.

MySQL-3.23.47-5mdk from Mandrake 8.2 works with ldap.

Any solutions? (I need ldap)

Dirk




Reply via email to