search for: faillior

Displaying 1 result from an estimated 1 matches for "faillior".

Did you mean: failling
2004 Dec 09
0
Following Samba 3 by example and getting errors.
...> test.confect and din't get get error. The 1th one error that I got was when I run the program smbclient -L localhost -U%. It didn't connect. However, when I run net getlocalsid do get the SID. The 2th error was in the smbldap conf.pm script. I made the following change to correct a Faillior that I got adding this item to the ldap directory; In the line $computersou = q(People); in: # Where are stored Computers # Ex: $computersdn = "ou=Computers,$suffix"; ... $computersou = q(People); $computersdn = "ou=$computersou,$suffix"; I have made the following change $...