LINUX.ORG.RU
ФорумAdmin

samba2 to samba3 migration


0

0

Здравствуйте, есть ли где нить толковые доки по переезду с samba 2 с прикрученным лдапом на самбу3 опять же с лдапом, в частности интересует перенос старых аккаунтов, с какими проблемами можно столкнуться и т.д. Оч. интересует реальный опыт такого переезда.

Перенос старых учеток откуда и куда? Зачем переносить то что храниться в лдап?

anonymous
()
Ответ на: комментарий от wellcomer

Можете показать пример записи LDAP учетки пользователя и компьютера в samba2, только без паролей?

zgen ★★★★★
()
Ответ на: комментарий от zgen

dn: uid=test,ou=Users,dc=org,dc=ru
cn: test
sn: test
uid: test
uidNumber: 1107
gidNumber: 100
homeDirectory: /srv/home/test
loginShell: /bin/bash
gecos: System User
description: System User
objectClass: posixAccount
objectClass: sambaAccount
pwdLastSet: 0
logonTime: 0
logoffTime: 2147483647
kickoffTime: 2147483647
pwdCanChange: 0
pwdMustChange: 2147483647
displayName: System User
acctFlags: [UX]
rid: 3214
primaryGroupID: 1201
homeDrive: F:
smbHome: \\srv\homes\
profilePath: \\srv\profiles\test
scriptPath: test.cmd
lmPassword: XXX
ntPassword: XXX
userPassword: {SMD5}XXX

dn: uid=test$,ou=Computers,dc=org,dc=ru
cn: test$
uid: test$
uidNumber: 1420
gidNumber: 553
homeDirectory: /dev/null
loginShell: /bin/false
description: Computer
objectClass: top
objectClass: posixAccount
objectClass: sambaAccount
pwdLastSet: 0
logonTime: 0
logoffTime: 2147483647
kickoffTime: 2147483647
pwdCanChange: 0
pwdMustChange: 2147483647
acctFlags: [W          ]
lmPassword: XXX
ntPassword: XXX
rid: 3840
primaryGroupID: 0

wellcomer
() автор топика
Ответ на: комментарий от wellcomer

1. http://www.sfr-fresh.com/unix/misc/samba-3.2.4.tar.gz:a/samba-3.2.4/docs/html...

2. If the Samba-2.2.x system is using an LDAP backend, and there is no time to update the LDAP database, then make sure that passdb backend = ldapsam_compat is specified in the smb.conf file. For the rest, behavior should remain more or less the same. At a later date, when there is time to implement a new Samba-3-compatible LDAP backend, _it is possible to migrate the old LDAP database to the new one through use of the pdbedit_. See The pdbedit Command.

3.

Account Import/Export

The pdbedit tool allows import/export of authentication (account) databases from one backend to another. For example, to import/export accounts from an old smbpasswd database to a tdbsam backend:

1.

root# pdbedit -i smbpasswd -e tdbsam

2.

Replace the smbpasswd with tdbsam in the passdb backend configuration in smb.conf.

zgen ★★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.