Re: Account Migration from Novell to Linux

2001-08-16 Thread Adam Cassar
What version of Netware? Install the Netware LDAP gateway and use PAM and libnss to get everything working. If you want to ditch the authentication on the netware side altogether,just install the LDAP gateway and pull the entire tree down in ldif format and reseed an openldap server on the linu

Re: unable to create native thread

2001-07-14 Thread Adam Cassar
What kernel version are you using? 2.2.x has a limit of around 512 threads total for the system, and roughly 256 max for each user (512/2). To change edit include/linux/tasks.h Change NR_TASKS and MAX_TASKS_PER_USER appropriately. Then recompile and install your kernel. Do a search on google for