Displaying 20 results from an estimated 5000 matches similar to: "help - batch account creation"
2006 Nov 20
1
SIP Multi-Domain
Question is quite easy:
How am I supposed to configure Asteirsk to have the same extension, in 2
differents domains.
In the general section of sip.conf, I add the domains,
But how to say to Asterisk :
user1@domain1 > Pasword1
user2@domain2 > Pasword2
Thanks for your help !!!!!
JM
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Jul 24
2
rpm
Hi folks
I'm trying to install amavisd-new on Centos 5.3. There is a lot of
failed dependencies errors when I try to install it. My question is,
there is a way to automatically get all the rpm dependencies I need
and get them saved somewhere in my hard drive for future
installations? I'm behind a squid proxy.
Thanks in advance.
David
2006 Nov 23
3
Creation RPM
Any link or tutorial for learn create rpm ?
thk
Morote Traducciones SL
Departamento de Inform?tica
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20061123/313b49a7/attachment-0002.html>
2012 Dec 20
6
Manage a specific users shadow file entry
Hi Guys,
I am new to puppet and trying to figure out what is the best way to manage
a password for a specific user in the /etc/shadow file. Most of my users
are being authenticated to kerberos but there is a need to set a local
password for this one account. What would be the best method to do this
via puppet? I have built my own rpm''s in the past using the chpasswd
command but
2000 Jun 05
1
adding samba passwds
Hi,
As I understand samba now, in order to be able to login from windows,
he should execute the command "smbpasswd -a userpassword" in his
linux box first.
We are adding large number of users to our linux box by using the
"newusers" command in linux. The newusers command helps us to have
an initial passwd for the users. My questions are
At present windows login for users
2009 Jul 29
1
Batch computer account creation
I'm looking for a way to batch create a list of computers accounts in
Active directroy running on Windows 2000 PDC.
I tried to use perl ldap to create those objects but I didn't manage
to set the sAMAccountType to "805306369" ( apparently this is a read
only auto generated value)
Is there any way to do that under Linux ?
Thanks,
Thomas
#! /usr/bin/perl
use strict;
use
2018 Mar 24
5
Redirected folders no longer working correctly
I have a new problem. I'm currently running Samba4 4.4.16 as an AD/DC. I've been running this
AD/DC for several years now. I am using redirected folders. Up to now, domain users logging
onto any domain member Windows workstation would get their desktop. Recently I discovered that
users now only get their desktop on their "usual" workstation, and the Desktop Target is in
fact
2011 Dec 01
4
LDAP Authentication - Home Directory Creation
How does everyone handle this case?
Users are authenticated by LDAP, and do not have accounts on the IMAP/dovecot server. When a new user is added to LDAP, the home directory (/home/newuser) needs to be created on the IMAP/dovecot server so dovecot can create the mail directories inside it (/home/newuser/mail/).
Obviously I can come up with a few custom solutions, utilizing cron, but I feel
2010 Jul 10
8
Simple solution for small network in a school ?
Hi,
I have to install a small network in a school in a nearby village. The
network will be Linux-only, one server and fifteen desktops. Here's the
idea.
1) Authentication should be managed centrally on the server.
2) User home directories should also be on the server.
3) Users should all have disk quotas, something like 1 GB per user.
4) Some shared directories should be read/write for
2006 Jul 14
2
creating disk images
I am familiar with using dd to create a disk image. dd if=/dev/hda1
of=myimge.img
However, is there a way to capture the entire disk image into a file.
I have 3 partitions:
hda1 /
hda2 swap
hda3 /home
and mbr
How can I wrap them all into 1 image file.
Thanks,
Jerry
2008 Nov 12
3
atl2.ko in Centos 5
Somebody already get atl2.ko compiled in centos5 ???
JC
2010 Feb 17
3
processor affinity
Hello,
i am running CentOS 5.4. i have a requirement where i need to have 1
application have a single processor all to its self, and the rest of the
system run on the other processors. "taskman" lets me bind the process
to a processor(s), but it does not make it exclusive. Is this possible
to do? i have even tried mucking around with the rc.sysinit, but to no
avail.
thank you very
2010 Jan 07
1
LDAP_NO_SUCH_OBJECT upon new user creation in s4/OpenLDAP
Hello,
on Mon, 07 Dec 2009 01:13:19 -0800 Eric Woltermann posted:
> for some weeks now I am trying to set up Samba4 (alpha9) with an OpenLDAP
2.4.17 backend as an AD PDC for my XP/7 clients. It was working for some time
with Samba's integrated LDAP facility, however I could not figure out how to
use this database e.g. to authenticate my IMAP users against (bind-dn, port
etc.). OpenLDAP
2014 Jun 21
2
Managing users and home dirs
For those of you using virtual users, and SQL, how are you managing
your users and their home dirs ? That is, what process do you use for
adding/deleting users, creating their home dirs etc ? I suppose it's
easy enough to do manually, inserting rows in the database, creating
dirs, chown/chmod yada yada, but there must be a better way to do it ...
If you're doing dovecot replication then it
2010 Jul 27
2
bash shell in xwin
Hi
I type the password in bash shell. but it can be displayed what I typed
why?
Thank you
2010 Feb 15
2
aging of translations
Following up from the last thread : This is what the present page counts
of translations are :
fr 19
en 1089
zh 407
de 7
zg 1
es 116
so, just taking a sample of 'es', here is what we get:
[kbsingh at zafarnama bhashet]$ ./age_test | grep '^es(2' | head -4
es/About is 119 days older than About
es/AdditionalResources looks about as old as AdditionalResources
2004 Jun 14
0
Batch user creation scripts or tools?
Hi,
I'm trying to avoid re-inventing the wheel here if I can. I'm looking
for a script or set of scripts that allow me to create a bunch of samba
3.X/posix users and their corresponding LDAP entries from a delimited
text file or something similar. If it's web-based, so much the better,
esp if some of the functions can be delegated (with reduced permissions)
for specified groups
2020 Feb 14
0
[PATCH v4 4/6] drm/virtio: batch resource creation
Move virtio_gpu_notify() to higher-level functions for
virtio_gpu_cmd_create_resource(), virtio_gpu_cmd_resource_create_3d()
and virtio_gpu_cmd_resource_attach_backing().
virtio_gpu_object_create() will batch commands and notify only once when
creating a resource.
Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
Reviewed-by: Chia-I Wu <olvaffe at gmail.com>
---
2020 Feb 13
1
[PATCH v3 3/4] drm/virtio: batch resource creation
Move virtio_gpu_notify() to higher-level functions for
virtio_gpu_cmd_create_resource(), virtio_gpu_cmd_resource_create_3d()
and virtio_gpu_cmd_resource_attach_backing().
virtio_gpu_object_create() will batch commands and notify only once when
creating a resource.
Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
drivers/gpu/drm/virtio/virtgpu_object.c | 1 +
2006 Aug 29
2
change password on 1st signon
Is there a way to enable user to change password on first signon?