Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all,
I have some problem in cifs,
I have a volume name vol1 and share by cifs,
before I create qtree,it can let me login normaly,
but when I create a qtree name qtree,
and put the vol1 to qtree,
I found that I can't login by cifs,
so I delete qtree and cleare all relation configuration,
but I still can't login by cifs,
why?
please help me~
Thank you very much~
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
A common mistake is a wrong security style on the qtree.
Please check with
>qtree status
the column "style", saying wether a qtree has a security style unix, ntfs or mixed. By this style you specify which directory service first is queried for credentials.
Change style with
>qtree security <path> [unix | ntfs | mixed]
If no login is possible at all, check domain infos
>cifs domaininfo
are there any AD-controllers, right domain, are *you* in the same or a trusted domain (trust relations?) etc.?
Maybe also a simple time issue: when storage time differs more than 5minutes from AD controller, no authentication is possible (Kerberos "feature")
>date
?
Maybe some of this may help.
regs
Mark
