From: "Education Center" <mailbox030403@mail.ru> To: <community@altlinux.ru> Subject: RE: [Comm] много серваков, и аккаунтов. Date: Mon, 27 Jun 2005 15:59:28 +0400 Message-ID: <11AE4752FB039B458208EAB56626A75F772B78@wtbts.org.ru> (raw) >>несколько юзверей авторизуются на одном серваке и логинятся на разные юникс боксы Нужна централизованая точка аутентификации и авторизации Есть несколько вариантов 1. самый простой - NIS + NFS Не секьюрно, но просто, если сеть довереная то можно остановиться на этом. 2. посложнее и поправильнее - LDAP + NFS LDAP может хранить то же что и NIS то есть пользовтельские эккаунты, пароли, группы и т.д. Потребуется еще внедрение pam_ldap и nss_ldap 3. Еще лучше - Kerberos + LDAP + NFS Kerberos - атентификация LDAP - хранит пользователей и осущетвляет авторизацию, то есть наделение пользователя правами, зависит от от того каким группам он принадлежит >> солярка10... Все это будет работать и там >> а вот как будут разграничиваться права Какие права имеются ввиду? На папки? На сервисы? Если на папки, то это решается вариантом 4 4. Kerberos + LDAP + AFS AFS (OpenAFS) - права на папки в зависисмоти от результатов аутентификации по креберос AFS дает возможность задать права на папки более детально, по группам, а так же в зависимости от айпи хоста, скоторого осуществляется доступ. И многое другое. Если речь идет о правах доступа к сервисам, то можно подумать о керберезованных ftp, apache, ssh и так далее
reply other threads:[~2005-06-27 11:59 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=11AE4752FB039B458208EAB56626A75F772B78@wtbts.org.ru \ --to=mailbox030403@mail.ru \ --cc=community@altlinux.ru \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Community general discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 community community/ http://lore.altlinux.org/community \ mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com public-inbox-index community Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.community AGPL code for this site: git clone https://public-inbox.org/public-inbox.git