Displaying 2 results from an estimated 2 matches for "client_code_pag".
Did you mean:
client_code_page
2003 Jul 04
1
filenames with ":"
...ect to the windows machine. Gallery generates
filenames with a : in the name
Example : 1023493:239434.0. When you try to create a file with a : you get the following error:
$ touch 1:2
touch: 1:2: No such file or directory
I am currently running Samba 2.2.8.
I have tried both valid_chars and client_code_page in smb.conf and still no luck.
2002 Jul 17
0
user password expiration patch (Samba 2.2.4/2.2.5 PDC with LDAP)
...nctionality here at our university.
any suggestions?
diff -ur --new-file samba.org/source/param/loadparm.c
samba-2.2.4/source/param/loadparm.c
--- samba.org/source/param/loadparm.c Fri May 3 03:03:25 2002
+++ samba-2.2.4/source/param/loadparm.c Thu Jun 6 16:49:53 2002
@@ -204,6 +204,7 @@
int client_code_page;
int announce_as; /* This is initialised in init_globals */
int machine_password_timeout;
+ int user_password_expiration;
int change_notify_timeout;
int stat_cache_size;
int map_to_guest;
@@ -953,6 +954,8 @@
#endif /* USING_GROUPNAME_MAP */
{"machine password timeout", P_...