I have a user system AD setup and it correctly list all the users in AD.
I can browse the share from the searchdaimon console by entering
smbclient //servername/sharename -U DOMAIN\username
but I cannot seem to get the smb collection to work I am always getting.
Could not submit crawling request.
Error: crawlsmb.c: Error! Could not open directory \\serverip\sharename: for dir “\\serverip\sharename” at src/crawlSMB/crawlsmb.c:563
I have tried various combinations e.g.
\\serverip\sharename
//serverip/sharename
\\\\serverip\\sharename
\\servername\sharename
//servername/sharename
\\\\servername\\sharename
with different accounts and different users etc.
Any pointers to the problem.