[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

net/ja-samba swat authorization failed



森です。

net/ja-samba について、swat が HTTP の BASIC 認証に失敗します。

オリジナルのソースからコンパイルした swat では認証に成功するので
調べたところ、patch-ap によりパスワードをコピーするコードが実行
されなくなってしまっているようです。

以下の修正で直ります。たぶん。
--8<---------------cut here---------------start------------->8---
--- patches/patch-ap	Wed Jul 14 14:23:07 2004
+++ patches/patch-ap	Wed Jul 14 14:45:39 2004
@@ -46,9 +46,7 @@
 +
 +  gecos_done:
 +	fstrcpy(dst->pw_gecos, gecos);
-+#else
- 	fstrcpy(dst->pw_passwd, pass->pw_passwd);
 +#endif
+ 	fstrcpy(dst->pw_passwd, pass->pw_passwd);
  	dst->pass.pw_passwd = dst->pw_passwd;
  
- 	unix_to_dos(dst->pw_gecos, pass->pw_gecos);
--8<---------------cut here---------------end--------------->8---
-- 
森 浩二	(MORI Kouji)