[asl-commit] ActiveSambaLdap (trunk) r89:

null at cozmixng.org null at cozmixng.org
Fri Aug 3 22:52:35 EDT 2007


retro	2007-08-04 11:52:34 +0900 (Sat, 04 Aug 2007)

  New Revision: 89

  Modified files:
    trunk/README.en
    trunk/README.ja

  Log:


  Modified: trunk/README.en (+17 -0)
===================================================================
--- trunk/README.en	2007-04-27 16:06:19 +09:00 (rev 88)
+++ trunk/README.en	2007-08-04 11:52:34 +09:00 (rev 89)
@@ -307,4 +307,21 @@
 
 == Trouble shootings
 
+=== Groups aren't listed
+
+You can list groups by the following command:
+
+  % net rpc group list --user=USER_NAME
+
+If no groups listed by the above command after you execute
+asl-populate, please confirm the following:
+
+  * Is your samba.schema old?
+
+    If your sambaSID entry in your samba.schema doesn't have
+    the following configuration, your samba.schema may be old.
+    Please update your samba.schema.
+
+      SUBSTR caseExactIA5SubstringsMatch
+
 == Thanks

  Modified: trunk/README.ja (+16 -0)
===================================================================
--- trunk/README.ja	2007-04-27 16:06:19 +09:00 (rev 88)
+++ trunk/README.ja	2007-08-04 11:52:34 +09:00 (rev 89)
@@ -303,5 +303,21 @@
 
 == トラブルシューティング
 
+=== グループ一覧がでない
 
+以下のコマンドでグループ一覧を表示する事ができます。
+
+  % net rpc group list --user=USER_NAME
+
+もし、asl-populateした後なのに上記のコマンドでひとつもグルー
+プがでない場合は以下のことを確認してください。
+
+  * samba.schemaが古くないか
+
+    sambaSIDのエントリに以下の設定がない場合は古い
+    samba.schemaである可能性があります。最新のものに更新して
+    ください。
+
+      SUBSTR caseExactIA5SubstringsMatch
+
 == 感謝



More information about the asl-commit mailing list