Страница 1 из 1

Аутентификация SAMBA в eDirectory

СообщениеДобавлено: 20 дек 2006, 14:03
Dmitry DRB
Добрый день,
Пытаюсь настроить Самбу, чтобы пользователи брались из eDir. Сервер SLES 9 sp3, на нем установлен eDirectory 8.81. Делаю по статье
http://www.novell.com/support/search.do ... 2021912645

Линукс пользователей из eDir берет и аутентифицирует, а Самба при команде: smbpasswd -a username выдает ошибку

smbpasswd -a test2006
New SMB password:
Retype new SMB password:
ldapsam_modify_entry: Failed to modify user dn= cn=test2006,ou=100,ou=moscow,o=pr with: Invalid syntax
NDS error: no additional information available (-306)
ldapsam_add_sam_account: failed to modify/add user with uid = test2006 (dn = cn=test2006,ou=100,ou=moscow,o=pr)
Failed to add entry for user test2006.
Failed to modify password entry for user test2006

В smb.conf ldap admin прописан и Самба даже создала в eDir объект с netbios-именем сервера.
Хотелось бы понять, что еще можно сделать, чтобы заработало.

Заранее спасибо,
Дима

СообщениеДобавлено: 20 дек 2006, 20:54
psix
Все должно работать, где то ошиблись, только вот конец статьи надо читать (или вас это устраивает ?):
Excellent article. At the end of the day, we achieve much, and one of the things we achieve is moving the samba hashed password attribute into the hashed password attribute of the user object in eDirectory. Is this attribute in any way tied into one of the myraid eDirectory password schemes (universal password, simple password, NDS password ... ad infinitum)? Or is this hashed password that must still be maintained via the smbpasswd tool, even though it is now stored in eDirectory? It would be nice to be able to somehow manage the eDirectory/LDAP, the Samba hashed password, and the NDS password used by the Novell client via one standard interface.