pam_smb

What is pam_smb?

pam_smb is a PAM module/server which allows authentication of UNIX users using an NT server.

pam_smb是一个PAM模块/服务器,允许使用的NT服务器进行UNIX用户认证。

Features (v1 and v2):

  • Authenticates Linux users against SMB servers in user mode(95, NT, samba etc). Will not authenticate against share level systems.
  • Supported OSes: Linux (any PAM supporting distro), Solaris 2.6 or greater.
  • Supports NT/Lanman encrypted passwords.
  • Any service which uses PAM can authenticate against NT.
  • Can setup to ignore lack of a local password entry when something else provides the users information such as RADIUS.

Features (v2 only)

  • HP/UX 11 and FreeBSD 4.8 or 5.1 support.
  • Caching support.
  • Username mapping of Unix usernames to NT usernames.

How do I get pam_smb?

pam_smb is available currently in two version. Both are available from samba.org mirror download sites. The primary pam_smb FTP site is ftp://ftp.samba.org/pub/samba/pam_smb/

v1 - Original

The latest stable version is 1.1.7.

v2 - Next generation

The v2 development tree is available in CVS on sourceforge.net. The latest v2 pre-release is v2.0.0-rc5
It is also available from the authors primary site (in Ireland): http://www.csn.ul.ie/~airlied/pam_smb/v2/

How do I install it?

How do I Configure it?

Please read the supplied INSTALL file.

Where did pam_smb come from?

Please read the supplied CREDITS file.

Is there any known bugs in pam_smb?

In all version up to 1.1 there is a bug with login that when pam_smb is used login can under some circumstances segfault -- This bug is a known bug in login.c, a patch to login.c from util-linux is available on the primary site for pam_smb. Do not versions below 1.1.7 or 2.0.0-rc5 as they contain known root exploits.

Contact Information

This software is released under the GPL as found in the COPYING file enclosed. Any Questions to the author at airlied at samba.orgor the pam_smb mailing list.
Dave Airlie 26 Aug 2003.
http://www.skynet.ie/~airlied

时间: 2024-12-18 12:34:08

pam_smb的相关文章

Kickstart Options

The following options can be placed in a kickstart file. If you prefer to use a graphical interface for creating your kickstart file, use the Kickstart Configurator application. Refer to Chapter 29, Kickstart Configurator for details. Note If the opt

Linux第三周

1.列出当前系统上所有已经登录的用户的用户名,注意:同一个用户登录多次,则只显示一次即可. [[email protected] ~]$ who | cut -d' ' -f1 | uniq root sihua 2.取出最后登录到当前系统的用户的相关信息. [[email protected] ~]$ w | tail -1 | awk '{print $1}' | id uid=500(sihua) gid=500(sihua) groups=500(sihua) 3.取出当前系统上被用户当

CentOS Base Package 中英文说明

*NetworkManager 网络管理 *acpid 电源管理 aide 高级入侵检测环境,检测系统文件完整性 *amtu 硬件状态检测 *anacron 对未完成的 cron 任务进行处理 *aspell 基于字典的拼写检查 *aspell-en 基于字典的拼写检查(英文) authd 授权认证守护程序 *autofs 文件系统挂载程序 bluez-utils 蓝牙工具 bridge-utils 以太网桥接设置工具 brltty 盲人辅助文本控制台 *ccid USB 以及 SD 存储卡驱动

Linux的yum命令——(八)

Yum(全称为 Yellow dog Updater, Modified)是一个在Fedora和RedHat以及CentOS中的Shell前端软件包管理器.基于RPM包管理,能够从指定的服务器自动下载RPM包并且安装,可以自动处理依赖性关系,并且一次安装所有依赖的软件包,无须繁琐地一次次下载.安装. yum 语法 yum [options] [command] [package ...] options:可选,选项包括-h(帮助),-y(当安装过程提示选择全部为"yes"),-q(不显

yum 命令

yum( Yellow dog Updater, Modified)是一个在Fedora和RedHat以及SUSE中的Shell前端软件包管理器. 基於RPM包管理,能够从指定的服务器自动下载RPM包并且安装,可以自动处理依赖性关系,并且一次安装所有依赖的软体包,无须繁琐地一次次下载.安装. yum提供了查找.安装.删除某一个.一组甚至全部软件包的命令,而且命令简洁而又好记. yum 语法 yum [options] [command] [package ...] options:可选,选项包括

kickstart是什么

kickstart是什么        许多系统管理员宁愿使用自动化的安装方法来安装红帽企业 Linux.为了满足这种需要,红帽创建了kickstart安装方法.使用kickstart,系统管理员可以创建一个文件,这个文件包含了在典型的安装过程中所遇 到的问题的答案.        Kickstart文件可以存放于单一的服务器上,在安装过程中被独立的机器所读取.这个安装方法可以支持使用单一kickstart文件在多台机器上安装红帽企业Linux,这对于网络和系统管理员来说是个理想的选择.    

centos6.6 Kickstart无人值守安装(四):番外篇:细说ks.cfg

一个简单完整的实例 lang en_US.UTF-8 cdrom key 2515dd4e215225dd lang en_US.UTF-8 keyboard us xconfig --startxonboot network --device eth0 --bootproto static --ip 192.168.100.8 --netmask 255.255.255.0 --gateway 192.168.100.2 -- nameserver 122.70.138.10 --hostna

Linux基础整理-软件的安装与卸载

redhat/centos/fedora/suse系列: 摘自网址:http://www.runoob.com/linux/linux-yum.html yum( Yellow dog Updater, Modified)是一个在Fedora和RedHat以及SUSE中的Shell前端软件包管理器. 基於RPM包管理,能够从指定的服务器自动下载RPM包并且安装,可以自动处理依赖性关系,并且一次安装所有依赖的软体包,无须繁琐地一次次下载.安装. yum提供了查找.安装.删除某一个.一组甚至全部软件

kickstart安装

1.生成ks.cfg 文件 安装Kickstart # yum install system-config-kickstart 8.2 在桌面环境下配置Kickstart 启动X Windows 环境 # startx 配置Kickstart # system-config-kickstart A. 设置语言,键盘,时区,Root密码,安装完毕后重启等. B. 设置安装方式,这篇文章介绍的是HTTP方式的安装,故选择HTTP C. 安装MBR D. 设置分区 E. 分区总览 F. 配置网络 G.