On Thu, Jul 29, 2010 at 5:03 PM, Godfrey Reuben Paul <[email protected]> wrote: > Hi all, > I am Using Ubuntu 10.04 Desktop version. Domain Server : LDAP on > windows. > I am using two login one is Normal user login and Domain user > login > Normal user login is working good, > if i use domain user login it throws "Authentication > failure" error. > > For that i logged into the normal user and executed > "/etc/init.d/lsassd start > and now if i get into domain it worked. > Each time i am logging into domain. I ve to do the above process. > How to resolve it? >
You need to set the service "on" so that it is started @ system boot. I know the CLI way. 1. Install chkconfig (apt-get or synaptic) 2. chkconfig lsassd on HTH, -- Arun Khan _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
