samba ldap user
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6744
Samba::LDAP::User 0.03
Samba::LDAP::User is a Perl module to manipulate a Samba LDAP User. more>>
Samba::LDAP::User is a Perl module to manipulate a Samba LDAP User.
SYNOPSIS
use Carp;
use Samba::LDAP::User;
# create Template object
my $user = Samba::LDAP::User->new()
or croak "Cant create objectn";
Various methods to manipulate a Samba LDAP user. Add, delete, modify, show and change a users password.
INTERFACE
new
Create a new Samba::LDAP::User object
add_user
Takes many options. For example:
user =>
oldpass =>
newpass =>
workstation =>
ou =>
user_uid =>
group =>
windows_user =>
trust_account =>
homedir =>
shell =>
gecos =>
skeleton_dir =>
surname =>
family_name =>
local_mail_address =>
mail_to_address =>
time_to_wait =>
aix =>
groups =>
ox =>
can_change_pass =>
must_change_pass =>
account_flags =>
logon_script =>
home_path =>
home_drive =>
user_profile =>
aix_user =>
The above options are only needed if you dont want to use the defaults that are set in /etc/smbldap/smbldap.conf
delete_user
disable_user
is_valid_user
is_samba_user
is_unix_user
is_nonldap_unix_user
get_homedir
make_hash
change_password
change_password(
user => ghenry,
oldpass => "$oldpass",
newpass => "$newpass",
samba => 1, # Update only Samba pass, can be
# unix => 1 for unix pass only
);
Change user password in LDAP Directory
Checks the users exists first, then changes the password If user doesnt exist, returns the error etc.
If no oldpass arg is passed, binds as rootdn and sets a password
Default is set to change/add a Samba "and" Unix password. If you dont want this, pass in unix => 0, or samba => 0, etc.
<<lessSYNOPSIS
use Carp;
use Samba::LDAP::User;
# create Template object
my $user = Samba::LDAP::User->new()
or croak "Cant create objectn";
Various methods to manipulate a Samba LDAP user. Add, delete, modify, show and change a users password.
INTERFACE
new
Create a new Samba::LDAP::User object
add_user
Takes many options. For example:
user =>
oldpass =>
newpass =>
workstation =>
ou =>
user_uid =>
group =>
windows_user =>
trust_account =>
homedir =>
shell =>
gecos =>
skeleton_dir =>
surname =>
family_name =>
local_mail_address =>
mail_to_address =>
time_to_wait =>
aix =>
groups =>
ox =>
can_change_pass =>
must_change_pass =>
account_flags =>
logon_script =>
home_path =>
home_drive =>
user_profile =>
aix_user =>
The above options are only needed if you dont want to use the defaults that are set in /etc/smbldap/smbldap.conf
delete_user
disable_user
is_valid_user
is_samba_user
is_unix_user
is_nonldap_unix_user
get_homedir
make_hash
change_password
change_password(
user => ghenry,
oldpass => "$oldpass",
newpass => "$newpass",
samba => 1, # Update only Samba pass, can be
# unix => 1 for unix pass only
);
Change user password in LDAP Directory
Checks the users exists first, then changes the password If user doesnt exist, returns the error etc.
If no oldpass arg is passed, binds as rootdn and sets a password
Default is set to change/add a Samba "and" Unix password. If you dont want this, pass in unix => 0, or samba => 0, etc.
Download (0.080MB)
Added: 2007-01-12 License: Perl Artistic License Price:
1024 downloads
Samba::LDAP 0.03
Samba::LDAP is a Perl module to manage a Samba PDC with an LDAP Backend. more>>
Samba::LDAP is a Perl module to manage a Samba PDC with an LDAP Backend.
SYNOPSIS
use Carp;
use Samba::LDAP;
my $samba = Samba::LDAP->new()
or croak "Cant create objectn";
my $domain = $samba->get_local_sid();
<<lessSYNOPSIS
use Carp;
use Samba::LDAP;
my $samba = Samba::LDAP->new()
or croak "Cant create objectn";
my $domain = $samba->get_local_sid();
Download (0.080MB)
Added: 2007-01-12 License: Perl Artistic License Price:
1016 downloads
Samba LDAP Tools++ 0.1.2
Samba LDAP Tools++ is a branch of the smbldap-tool scripts. more>>
Samba LDAP Tools++ is a branch of the smbldap-tool scripts.
It has Kerberos (Heimdal) support for passwords, LDAP hashes, and domain machines; support for DynDNS updates on Samba using BIND; and additional structures for system users that allow a single user to play different roles as RADIUS, LDAP, Kerberos, Samba, and Jabber users.
The project has many additions and functions that allow full support on new technologies.
Main features:
- Support for password changes using kerberos (heimdal)
- Support for {KRB5} hash
- Support for kerberos under domain workstations
- Support for dynamic updates on DNZ zones
- Adition of new structures for system users
Enhancements:
- Courier schema support was added.
- qmail schema was dropped.
<<lessIt has Kerberos (Heimdal) support for passwords, LDAP hashes, and domain machines; support for DynDNS updates on Samba using BIND; and additional structures for system users that allow a single user to play different roles as RADIUS, LDAP, Kerberos, Samba, and Jabber users.
The project has many additions and functions that allow full support on new technologies.
Main features:
- Support for password changes using kerberos (heimdal)
- Support for {KRB5} hash
- Support for kerberos under domain workstations
- Support for dynamic updates on DNZ zones
- Adition of new structures for system users
Enhancements:
- Courier schema support was added.
- qmail schema was dropped.
Download (MB)
Added: 2006-12-25 License: GPL (GNU General Public License) Price:
1046 downloads
Samba::LDAP::Config 0.03
Samba::LDAP::Config is a Perl module to config file related tasks for Samba::LDAP. more>>
Samba::LDAP::Config is a Perl module to config file related tasks for Samba::LDAP.
SYNOPSIS
use Samba::LDAP::Config;
my $config = Samba::LDAP::Config->new()
or die "Cant create objectn";
# Returns where smbldap.conf, smbldap_bind.conf and
# smb.conf are located
my $smbldap_conf = $config->find_smbldap();
my $smbldap_bind_conf = $config->find_smbldap_bind();
my $samba_conf = $config->find_samba();
Various methods to find where the related Samba configuration files are saved, read them in and write them out etc. Subclasses Config::Tiny.
INTERFACE
new
Create a new Samba::LDAP::Config object
find_smbldap
Searches in usual places for smbldap.conf and returns location found.
my $smbldap_conf = $config->find_smbldap();
Returns the smbldap.conf in the scripts, if nothing found.
find_smbldap_bind
Searches in usual places for smbldap_bind.conf and returns location found.
my $smbldap_bind_conf = $config->find_smbldap_bind();
Returns the smbldap_bind.conf in the scripts, if nothing found.
find_samba
Searches in usual places for smb.conf and returns location found.
my $smb_conf = $config->find_samba();
Returns the smb.conf in the scripts, if nothing found.
read_conf
Wrapper to provide an instant error message as returned by the native Config::Tiny read method
my $conf = $config->read_conf( $filename );
read_string
Overrides Config::Tinys read_string to exclude the " " marks found in smbldap.conf and smbldap_bind.conf and remove section handling, as we dont have any [sections] in either of these files.
Also substitutes the suffix hash ( ${suffix} ) with its value.
Need to fix the smb.conf reading. Will use File::Samba or Config::Auto for it instead.
<<lessSYNOPSIS
use Samba::LDAP::Config;
my $config = Samba::LDAP::Config->new()
or die "Cant create objectn";
# Returns where smbldap.conf, smbldap_bind.conf and
# smb.conf are located
my $smbldap_conf = $config->find_smbldap();
my $smbldap_bind_conf = $config->find_smbldap_bind();
my $samba_conf = $config->find_samba();
Various methods to find where the related Samba configuration files are saved, read them in and write them out etc. Subclasses Config::Tiny.
INTERFACE
new
Create a new Samba::LDAP::Config object
find_smbldap
Searches in usual places for smbldap.conf and returns location found.
my $smbldap_conf = $config->find_smbldap();
Returns the smbldap.conf in the scripts, if nothing found.
find_smbldap_bind
Searches in usual places for smbldap_bind.conf and returns location found.
my $smbldap_bind_conf = $config->find_smbldap_bind();
Returns the smbldap_bind.conf in the scripts, if nothing found.
find_samba
Searches in usual places for smb.conf and returns location found.
my $smb_conf = $config->find_samba();
Returns the smb.conf in the scripts, if nothing found.
read_conf
Wrapper to provide an instant error message as returned by the native Config::Tiny read method
my $conf = $config->read_conf( $filename );
read_string
Overrides Config::Tinys read_string to exclude the " " marks found in smbldap.conf and smbldap_bind.conf and remove section handling, as we dont have any [sections] in either of these files.
Also substitutes the suffix hash ( ${suffix} ) with its value.
Need to fix the smb.conf reading. Will use File::Samba or Config::Auto for it instead.
Download (0.080MB)
Added: 2007-01-12 License: Perl Artistic License Price:
1021 downloads
Apache LDAP vhost driver 1.1
Apache LDAP vhost driver lets you put vhost with all possible information in an LDAP database for both Apache 1.x and 2.x. more>>
Apache LDAP vhost driver project lets you put vhost with all possible information in an LDAP database for both Apache 1.x and 2.x.
Bug report system
With the new maintainence, there is now also a bug report system at the URL http://bugs.bayour.com/ (project mod_ldap_cfg).
Schemas
A schema called mod_ldap_cfg is used.
Apache config
To setup Apache to use this module, the httpd.conf is used.
<<lessBug report system
With the new maintainence, there is now also a bug report system at the URL http://bugs.bayour.com/ (project mod_ldap_cfg).
Schemas
A schema called mod_ldap_cfg is used.
Apache config
To setup Apache to use this module, the httpd.conf is used.
Download (MB)
Added: 2007-07-12 License: GPL (GNU General Public License) Price:
834 downloads
Samba Commander 1.2.2
Samba Commander is a text mode SMB network commander. more>>
Samba Commander is a text mode SMB network commander. In SMBC, you can browse the local network or you can use the search function to find the files.
You can also download/upload files and directories or create them both locally and remotely. SMBC has a resume function and supports UTF-8 characters.
Enhancements:
- fixed bug in function to retrying connection
- fixed bug in bookmark menu
- fixed bug in function to set username, password and workgroup
<<lessYou can also download/upload files and directories or create them both locally and remotely. SMBC has a resume function and supports UTF-8 characters.
Enhancements:
- fixed bug in function to retrying connection
- fixed bug in bookmark menu
- fixed bug in function to set username, password and workgroup
Download (0.093MB)
Added: 2005-06-30 License: GPL (GNU General Public License) Price:
1578 downloads
GSAMBAD 0.1.7
GSAMBAD is a frontend for the Samba file and print server. more>>
GSAMBAD is a frontend for the Samba file and print server. GSAMBAD project features multiple local and remote user and group imports, on the fly share creation, and user handling, including randomization of usernames and passwords.
<<less Download (0.35MB)
Added: 2007-08-07 License: GPL (GNU General Public License) Price:
816 downloads
mod_ldap_userdir 1.1.10
mod_ldap_userdir is a module that enables the Apache web server to look up user home directories. more>>
mod_ldap_userdir is a module that enables the Apache web server to look up user home directories (for /~user URLs) from an LDAP directory.
Installation Instructions:
gzip -dc mod_ldap_userdir-1.1.9.tar.gz | tar xf -
cd mod_ldap_userdir-1.1.9
./configure --with-activate
make
make install
If your LDAP server runs OpenLDAP 1.x, you need to add the posixAccount schema definition. Add the contents of posixAccount-objectclass to your slapd.oc.conf and restart your LDAP server. OpenLDAP 2.x (and most other LDAP servers) ship with this schema predefined.
The user-ldif file contains a sample user ldif. Modify it to your liking and say ldapadd -D your-root-dn -w your-root-dn-password < ldif
You are strongly encouraged to read up on the LDAP config-file directives in the DIRECTIVES file, included with the distribution. At minimum, youll need to have LDAPUserDir, LDAPUserDirDNInfo, and LDAPUserDirBaseDN configuration directives in your httpd.conf.
A set of basic mod_ldap_userdir configuration directives would look like:
LDAPUserDir public_html
LDAPUserDirDNInfo cn=your-dn,dc=example,dc=com dnpass
LDAPUserDirBaseDN ou=People,dc=example,dc=com
Of course, you will need to update these configuration directives with the proper values for your environment.
Enhancements:
- Apache 2.2 support, refined LDAP over TLS support, Sun/Solaris LDAP SDK support, and better sanity checking of the timeout value.
<<lessInstallation Instructions:
gzip -dc mod_ldap_userdir-1.1.9.tar.gz | tar xf -
cd mod_ldap_userdir-1.1.9
./configure --with-activate
make
make install
If your LDAP server runs OpenLDAP 1.x, you need to add the posixAccount schema definition. Add the contents of posixAccount-objectclass to your slapd.oc.conf and restart your LDAP server. OpenLDAP 2.x (and most other LDAP servers) ship with this schema predefined.
The user-ldif file contains a sample user ldif. Modify it to your liking and say ldapadd -D your-root-dn -w your-root-dn-password < ldif
You are strongly encouraged to read up on the LDAP config-file directives in the DIRECTIVES file, included with the distribution. At minimum, youll need to have LDAPUserDir, LDAPUserDirDNInfo, and LDAPUserDirBaseDN configuration directives in your httpd.conf.
A set of basic mod_ldap_userdir configuration directives would look like:
LDAPUserDir public_html
LDAPUserDirDNInfo cn=your-dn,dc=example,dc=com dnpass
LDAPUserDirBaseDN ou=People,dc=example,dc=com
Of course, you will need to update these configuration directives with the proper values for your environment.
Enhancements:
- Apache 2.2 support, refined LDAP over TLS support, Sun/Solaris LDAP SDK support, and better sanity checking of the timeout value.
Download (0.039MB)
Added: 2006-05-04 License: GPL (GNU General Public License) Price:
1269 downloads
Smbldap-tools 0.9.3
Smbldap-tools is a set of Perl scripts designed to manage user and group accounts stored in an LDAP directory. more>>
Smbldap-tools is a set of Perl scripts designed to manage user and group accounts stored in an LDAP directory. They can be used both by users and administrators of Linux systems:
*. administrators can perform users and groups management operations, in a way similar to the standard useradd or groupmod commands
users can change their LDAP password from the command line and get/change personnal informations.
This was first contributed by IDEALX.
Enhancements:
- Bugfixes and enhancements were made in many scripts.
- New scripts (smbldap-userinfo and smbldap-userlist) can help administrators and users to read and modify entries.
<<less*. administrators can perform users and groups management operations, in a way similar to the standard useradd or groupmod commands
users can change their LDAP password from the command line and get/change personnal informations.
This was first contributed by IDEALX.
Enhancements:
- Bugfixes and enhancements were made in many scripts.
- New scripts (smbldap-userinfo and smbldap-userlist) can help administrators and users to read and modify entries.
Download (0.30MB)
Added: 2007-07-25 License: GPL (GNU General Public License) Price:
824 downloads
Samba TNG 0.4.99
Samba TNG is a SMB fileserver that concentrates on NT RPC and PDC functionality. more>>
Samba TNG is another SMB server for Unix-like operating systems. This software is concentrating on MSRPC interoperatability with Windows NT, 2000, XP, and 2003.
It provides PDC support and tools to remotely administer NT servers and workstations. Note that Samba TNG is currently in a beta stage. If you need advanced file/print serving capabilities, you should opt for Samba classic.
Enhancements:
- As with release 0.4, we highly recommend a working iconv library.
- Iconv is bundled with some C libraries - notably GNU libc - and shipped with almost all
- Linux systems, and some Unix systems.
- If your system does not have an iconv library, or (like Solaris) only has a limited one, we highly recommend installing the GNU libiconv, which you can find at http://www.gnu.org/software/libiconv/ .
- Samba-TNG will still compile and run with its own iconv stubs, but this probably will not handle international character sets well, if at all.
<<lessIt provides PDC support and tools to remotely administer NT servers and workstations. Note that Samba TNG is currently in a beta stage. If you need advanced file/print serving capabilities, you should opt for Samba classic.
Enhancements:
- As with release 0.4, we highly recommend a working iconv library.
- Iconv is bundled with some C libraries - notably GNU libc - and shipped with almost all
- Linux systems, and some Unix systems.
- If your system does not have an iconv library, or (like Solaris) only has a limited one, we highly recommend installing the GNU libiconv, which you can find at http://www.gnu.org/software/libiconv/ .
- Samba-TNG will still compile and run with its own iconv stubs, but this probably will not handle international character sets well, if at all.
Download (3.0MB)
Added: 2005-09-14 License: GPL (GNU General Public License) Price:
1505 downloads
KSambaPlugin 0.5
KSambaPlugin is a KDE 3 plugin for configuring a SAMBA server. more>>
KSambaPlugin is a KDE 3 plugin for configuring a SAMBA server. It consists of two plugins, a KControl Center module for all SAMBA options and a Konqueror properties dialog plugin
for quickly configuring the SAMBA share options of a directory.
It is meant to be a full SAMBA configuration tool (Since v0.3a).
KSambaPlugin is an official part of KDE since KDE 3.3. It is included in the kdenetwork package, and there will be no separate releases anymore.
<<lessfor quickly configuring the SAMBA share options of a directory.
It is meant to be a full SAMBA configuration tool (Since v0.3a).
KSambaPlugin is an official part of KDE since KDE 3.3. It is included in the kdenetwork package, and there will be no separate releases anymore.
Download (0.39MB)
Added: 2005-06-02 License: GPL (GNU General Public License) Price:
1605 downloads
Samba-Gtk 0.1
Samba-Gtk is a GTK+ frontend for Samba 4. more>>
Samba-Gtk is a GTK+ frontend for Samba 4.
A set of GTK+ applications that allow use of SMB- and related protocols. Current tools include a registry editor (local files and remote), DCE/RPC endpoint profiler, remote job planner (at/cron equivalent) and remote service manager.
Also contains a shared library with custom GTK+ widgets.
<<lessA set of GTK+ applications that allow use of SMB- and related protocols. Current tools include a registry editor (local files and remote), DCE/RPC endpoint profiler, remote job planner (at/cron equivalent) and remote service manager.
Also contains a shared library with custom GTK+ widgets.
Download (MB)
Added: 2007-03-01 License: GPL (GNU General Public License) Price:
976 downloads
GoSAMBA 1.0.1
GoSamba is intended to handle the administration of SAMBA over the WWW. more>>
GoSamba project is intended to handle the administration of SAMBA over the WWW.
Currently it can:
- create/manage and drop SAMBA-Users
- create/manage and drop shares
- export CSV data
- config a whole SAMBA server over the WWW
- communicate in german language
<<lessCurrently it can:
- create/manage and drop SAMBA-Users
- create/manage and drop shares
- export CSV data
- config a whole SAMBA server over the WWW
- communicate in german language
Download (0.80MB)
Added: 2006-05-29 License: Freely Distributable Price:
1243 downloads
Samba 3.0.25c
The Samba software suite is a collection of programs that implements the SMB protocol for unix systems. more>>
Samba is an Open Source/Free Software suite that provides seamless file and print services to SMB/CIFS clients.
Samba is freely available, unlike other SMB/CIFS implementations, and allows for interoperability between Linux/Unix servers and Windows-based clients.
Samba is software that can be run on a platform other than Microsoft Windows, for example, Linux, OpenVMS, IBM System 390, UNIX, and other operating systems. Samba uses the TCP/IP protocol that is installed on the host server.
When correctly configured, it allows that host to interact with a Microsoft Windows client or server as if it is a Windows file and print server.
Samba is a software package that gives network administrators flexibility and freedom in terms of setup, configuration, and choice of systems and equipment.
Because of all that it offers, Samba has grown in popularity, and continues to do so, every year since its release in 1992.
<<lessSamba is freely available, unlike other SMB/CIFS implementations, and allows for interoperability between Linux/Unix servers and Windows-based clients.
Samba is software that can be run on a platform other than Microsoft Windows, for example, Linux, OpenVMS, IBM System 390, UNIX, and other operating systems. Samba uses the TCP/IP protocol that is installed on the host server.
When correctly configured, it allows that host to interact with a Microsoft Windows client or server as if it is a Windows file and print server.
Samba is a software package that gives network administrators flexibility and freedom in terms of setup, configuration, and choice of systems and equipment.
Because of all that it offers, Samba has grown in popularity, and continues to do so, every year since its release in 1992.
Download (17.3MB)
Added: 2007-08-21 License: GPL (GNU General Public License) Price:
505 downloads
FerrisSambaModule 0.1.0
FerrisSambaModule is a VFS module for Samba 3.x. more>>
FerrisSambaModule is a VFS module for Samba 3.x which allows it to provide shares which use libferris as a data source.
Thus, anything libferris can access can be shared as a filesystem via Samba, including LDAP, PostgreSQL, XML files, sleepycat dbXML database, evolution mail client, and queries against libferris various indexes.
Enhancements:
- STLport use was made optional.
- Some fixes were made for mounting eaquery:// as a Samba share.
<<lessThus, anything libferris can access can be shared as a filesystem via Samba, including LDAP, PostgreSQL, XML files, sleepycat dbXML database, evolution mail client, and queries against libferris various indexes.
Enhancements:
- STLport use was made optional.
- Some fixes were made for mounting eaquery:// as a Samba share.
Download (0.28MB)
Added: 2005-09-05 License: GPL (GNU General Public License) Price:
1510 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above samba ldap user search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed