Displaying 5 results from an estimated 5 matches for "thisowner".
Did you mean:
thisone
2015 Dec 15
4
File Share Problem Between SAMBA AND WINDOWS 7
...riteable = yes
valid users = %S
read only = No
4-?????i logged on Windows 7 with user SERVER\ege, andi can browse shared folders. But when i create a folder in shared folder on Windows7 the owner of the folder is seen as ?#User300012?. but the user name is ?ege?on centos and samba.
How can i fix thisowner of folder problem. Because of this problem i can?t use the quota forusers.
2015 Dec 15
0
File Share Problem Between SAMBA AND WINDOWS 7
...is normally the way
to map UIDs to windows usernames.
Do other files owned by "ege" show the correct user ownership?
What does "getfacl" output for the new folder you created? What does
"getfacl" output for other files owned by "ege"?
> How can i fix thisowner of folder problem. Because of this problem i can?t use the quota forusers.
That's probably not true. Quota accounting is not dependent on Windows
clients' ability to correctly resolve a UID to a name.
2015 Dec 15
0
File Share Problem Between SAMBA AND WINDOWS 7
...only = No
>
> 4-?????i logged on Windows 7 with user SERVER\ege, andi can browse shared
> folders. But when i create a folder in shared folder on Windows7 the owner
> of the folder is seen as ?#User300012?. but the user name is ?ege?on
> centos and samba.
>
>
> How can i fix thisowner of folder problem. Because of this problem i can?t
> use the quota forusers.
>
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> https://lists.centos.org/mailman/listinfo/centos
>
2015 Dec 17
1
File Share Problem Between SAMBA AND WINDOWS 7
...is normally the way
to map UIDs to windows usernames.
Do other files owned by "ege" show the correct user ownership?
What does "getfacl" output for the new folder you created?? What does
"getfacl" output for other files owned by "ege"?
> How can i fix thisowner of folder problem. Because of this problem i can?t use the quota forusers.
That's probably not true.? Quota accounting is not dependent on Windows
clients' ability to correctly resolve a UID to a name.
_______________________________________________
CentOS mailing list
CentOS at centos.or...
2008 Aug 16
1
python how do i stem words in python?
hi,
i am newbie to xapian and am trying to get started with it in python.
there is no stemmer.stem_word method in the latest python library. how
do i stem words before doing doc.add_posting?
is there any sample hello world code in python that i can use?
thanks a lot!
>>> stemmer = xapian.Stem('english')
>>> stemmer.
stemmer.__call__