[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Newbie question about host base authentication
- To: openldap-technical@openldap.org
- Subject: Newbie question about host base authentication
- From: Simone Scremin <simone.scremin@gmail.com>
- Date: Mon, 29 Oct 2012 13:23:08 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version:x-mailer; bh=JrP782YbvjqAdrIYzBBvaSWlAFJqYgbjEgYziW1X5IA=; b=YTKawOKjbP/P6enE4yQFbU98Ln7PVdmS7U3O+GurppOc3AjK3hNT8ehfT0myUlz+oo wUQABQpg4sJ8HaRzeQAQugGr8Xa7Y31oJsOwzeJ8I/1Jc+uhHv8nEN0GfVCj7y7Fq7Hz RJP+69Wd8rTeOtNtKbNlRoGnYyg6Af0Ou8BEaAXjLekPRkNzoGV+KAWxTjgvcQ93/0yw DzGYktSqQZZDQnz4Ll6Xs6TcI6o7j3TsDBgjJ57nL7sssZW219F9dS0yRT+0GzCWOPXl 0PGrd/ul6kLN9m9IjiMQ2nNJFmwqhH6Mww+qXA5+O9e/rpbekXkuu9mwTdMMmwXiBaVi yG0Q==
Hi all,
I'm in the process of learning the OpenLDAP authentication mechanics.
I'd need to know what is the best way to configure an host based authentication system that allow to configure a per-user rule to include a group of host to which the user is allowed to login.
In example:
user Bob needs to authenticate on systems:
sys01pra
sys02pre
sys03pra
sys03pre
some configuration on the LDAP server enable this hostnames for Bob with a regular expression like:
sys0*pr*
Is it feasable?
Thanks
Simone