Displaying 20 results from an estimated 122 matches for "accountnam".
Did you mean:
accountname
2009 May 15
4
Timing in a script
Hi, all --
I am trying to write a script in which I can add users and their samba passwords easily and quickly.? It looks something like:
?? useradd -c "User Name" -g groupname -p unixpassword accountname
?? echo -e "smbpassword\nsmbpassword\n" | pdbedit -a -t -u accountname
If
I type the lines from the keyboard, it works fine.? However, when I try
to execute the script, the pdbedit on the second line reports that
there's no unix accountname to apply to samba.? I assume that this is...
2015 Jun 14
1
winbind on the DC again ... sorry
I just tried to update from samba-4.1-18 to 4.2.2. For my small network,
I was quite happy with the manner in which 4.1.18 winbind worked on my
clients and the DC. In order to get around the limitations of winbind on
the DC I took advantage of the smb.conf parameters:
template homedir = /home/%ACCOUNTNAME%
template shell = /bin/bash
Since I had a single domain this setup works fine for me. On the DC the
variable %ACCOUNTNAME% would get the username substituted and since the
template homedir put the user home directory in the same place as the AD
database everything works. For example on any Lin...
2011 Apr 01
2
Can gtalk.conf work with multiple GoogleVoice numbers?
Hello. I would like to configure Asterisk to accept incoming calls from two
different GoogleVoice numbers via gtalk and jabber. I'm running Asterisk
1.8.3.2 and I can get one number working just fine. However, I can't figure
out how to modify the gtalk.conf file shown on the Asterisk wiki site to
work with two different jabber profiles. Do all incoming GoogleVoice calls
have to go
2007 Aug 24
0
rsync patch to add Apple keychain support
...g function:
--------------------------------------------------------------
#include <CoreFoundation/CoreFoundation.h>
#include <CoreServices/CoreServices.h>
OSStatus SecKeychainFindGenericPassword(CFTypeRef keychainOrArray,
UInt32 serviceNameLength, const char *serviceName, UInt32
accountNameLength, const char *accountName, UInt32 *passwordLength,
void **passwordData, SecKeychainItemRef *itemRef);
OSStatus SecKeychainItemFreeContent(SecKeychainAttributeList *attrList,
void *data);
static int get_secret_from_keychain(int module, char *user, char
*secret, unsigned secretmaxlen)
{...
2014 Dec 21
2
Samba "%G" replacement not working in "Logon script" ?
...thinks %WORKGROUP%
could work ?
3. And should I use %WORKGROUP% in smb.conf or in batch login script...
Thanks a lot in advance for your help...
Denis
Le 18.12.2014 21:58, Ricky Nance a ?crit :
> Dennis, if you are running samba as an AD DC, you will need to use the new variable names %ACCOUNTNAME% and %WORKGROUP%.
>
> Ricky
>
> On Tue, Dec 16, 2014 at 1:23 PM, Denis BUCHER <dbucherml at hsolutions.ch>wrote:
>
>> Dear all,
>>
>> I experience now a strange bug with Samba 4.1.11 :
>>
>> When I define a fixed-name as logon script in sm...
2015 Apr 17
0
[Bug 2384] New: AllowUsers doesn't allow users sssd domain users with @ in
...p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: bjoern at j3e.de
sssd users from an active directory have the syntax
accountname at domain.realm
they can also aliased to domain\accountname and optionally just to
"accountname". In any case when you run getent on any of those names
you get back the real username "accountname at domain.realm" like here:
# getent passwd bjacke
bjacke at comp.private:*:8354...
2010 Oct 05
2
Setting up realtime config.
...or 2 hours, 34 minutes.
I also think I have a viable sip account configured in the database:
mysql> select id,name,host,type,secret from sip;
+----+------------+---------+------+----------+
| id | name | host | type | secret |
+----+------------+---------+------+----------+
| 2 | accountnam | dynamic | peer | password |
+----+------------+---------+------+----------+
1 row in set (0.00 sec)
However, when I try to get my Ekiga client to register, Asterisk displays
"No matching peer found" on the console.
What should I do next to try to diagnose/fix this?
--
Take care a...
2006 Oct 01
1
How to handle domain logons if users using same accountname are logged on the same time?
Hi,
I'm working at a small office.
I'm running Samba 2.x for about a year without any problem, it's working
absolutely GREAT and the community kicks ass :)
We don't have too many machines so about 6 Users use about 3 PCs to do
similar tasks.
I just setup samba latest 23c-1 as a DC because we got some more
machines, and everything's fine. Except when the same account is used
2014 Dec 26
4
Bug found in Samba 4 ?
...rml at hsolutions.ch>
?:
samba at lists.samba.org
Dear all,
Do you think I should fill a bug report about this problem or does
someone has experienced the same problem ?
Thanks a lot for any help :-)
Denis
Le 21.12.2014 02:06, Denis BUCHER a ?crit :
> P. S. I tried to display %ACCOUNTNAME% and %WORKGROUP% in cmd.exe on a logged PC (User in domain, roaming profile) but both values were unset :
>
>> echo %ACCOUNTNAME% %ACCOUNTNAME%
> Denis Le 21.12.2014 01:25, Denis BUCHER a ?crit :
>
>> Dear Ricky, Thanks a lot for your answer. But I still have two problems:...
2011 Jan 20
5
fetch passwords from AD and group membership from /etc/group
Hi List,
I want to use Active Directory for my samba users passwords and /etc/group for storing group membership.
/etc/nsswitch.conf looks like:
group: file
Problem: the tests i ran show that the samba server does not know about group membership (deleting file from other user belonging to the same group fails). The same test works as expectet when winbindd is switched off. What do i have to
2006 Jul 28
2
change url based on account name
Hi,
Is this possible
Can I specify a url ie
http://localhost/AccountName/:contorller/:action/:id
Where AccountName is should be a userName, which will lookup a siteId in
the database?
Whats the best way of going about this, is there somthing in the
routes.rb file I can change to get the account name into a variable?
Thanks for your help
jon
--
Posted via http://...
2014 Dec 21
0
Samba "%G" replacement not working in "Logon script" ?
P. S. I tried to display %ACCOUNTNAME% and %WORKGROUP% in cmd.exe on a
logged PC (User in domain, roaming profile) but both values were unset :
> echo %ACCOUNTNAME%
>
> %ACCOUNTNAME%
Denis
Le 21.12.2014 01:25, Denis BUCHER a ?crit :
> Dear Ricky,
>
> Thanks a lot for your answer. But I still have two probl...
2014 Dec 27
2
Bug found in Samba 4 ?
...u think I should fill a bug report about this problem or does
>> someone has experienced the same problem ?
>>
>> Thanks a lot for any help :-)
>>
>> Denis
>>
>> Le 21.12.2014 02:06, Denis BUCHER a ?crit :
>>
>>> P. S. I tried to display %ACCOUNTNAME% and %WORKGROUP% in cmd.exe on a logged PC (User in domain, roaming profile) but both values were unset :
>>>
>>>> echo %ACCOUNTNAME% %ACCOUNTNAME%
>>> Denis Le 21.12.2014 01:25, Denis BUCHER a ?crit :
>>>
>>>> Dear Ricky, Thanks a lot for your...
2014 Dec 26
0
Bug found in Samba 4 ?
...org
>
> Dear all,
>
> Do you think I should fill a bug report about this problem or does
> someone has experienced the same problem ?
>
> Thanks a lot for any help :-)
>
> Denis
>
> Le 21.12.2014 02:06, Denis BUCHER a ?crit :
>
> > P. S. I tried to display %ACCOUNTNAME% and %WORKGROUP% in cmd.exe on a
> logged PC (User in domain, roaming profile) but both values were unset :
> >
> >> echo %ACCOUNTNAME% %ACCOUNTNAME%
> > Denis Le 21.12.2014 01:25, Denis BUCHER a ?crit :
> >
> >> Dear Ricky, Thanks a lot for your answer. But...
2014 Dec 31
2
Bug found in Samba 4 ?
...gt;
> Dear all,
>
> Do you think I should fill a bug report about this problem or does
> someone has experienced the same problem ?
>
> Thanks a lot for any help :-)
>
> Denis
>
> Le 21.12.2014 02:06, Denis BUCHER a ?crit :
>
>> P. S. I tried to display %ACCOUNTNAME% and %WORKGROUP% in cmd.exe on a logged PC (User in domain, roaming profile) but both values were unset :
>>
>>> echo %ACCOUNTNAME% %ACCOUNTNAME%
>> Denis Le 21.12.2014 01:25, Denis BUCHER a ?crit :
>>
>>> Dear Ricky, Thanks a lot for your answer. But I still ha...
2016 Apr 11
2
Home directory of AD-User
...bind interfaces only = Yes
server role = active directory domain controller
dns forwarder = 192.168.8.19
idmap_ldb:use rfc2307 = yes
# Damit die Nutzer sich auch in Linux anmelden können
template shell = /bin/bash
# Homedir in /home
template homedir = /home/%ACCOUNTNAME%
# Home automatisch anlegen
root preexec = /etc/samba/mkhomedir.sh %ACCOUNTNAME%
[netlogon]
path = /var/lib/samba/sysvol/cch.intra/scripts
read only = No
[sysvol]
path = /var/lib/samba/sysvol
read only = No
[homes]
comment = Home Directories...
1998 Aug 06
0
Win95 authenticated login
...0.20 and Win95 clients, we have W95
configured to require a domain logon, and as far as that goes it's
working.
We're set up on four servers, on four different campuses, each defined
as a PDC and it's own "domain". We use /etc/passwd for authentication.
At login, if a valid accountname, password, and domain are entered,
everything's just peachy. And yes, we've used poledit to require
validation
by network for windows access.
However.
We've been using Tweakui to clear the last user's login name, to
minimize user confusion in our public labs. The unfortunate...
2015 Jan 04
2
Bug found in Samba 4 ?
...gt;
> Dear all,
>
> Do you think I should fill a bug report about this problem or does
> someone has experienced the same problem ?
>
> Thanks a lot for any help :-)
>
> Denis
>
> Le 21.12.2014 02:06, Denis BUCHER a ?crit :
>
>> P. S. I tried to display %ACCOUNTNAME% and %WORKGROUP% in cmd.exe on a logged PC (User in domain, roaming profile) but both values were unset :
>>
>>> echo %ACCOUNTNAME% %ACCOUNTNAME%
>> Denis Le 21.12.2014 01:25, Denis BUCHER a ?crit :
>>
>>> Dear Ricky, Thanks a lot for your answer. But I still ha...
2010 Dec 29
2
local users in a domain...
...bit more properly, but it's infeasable to add their accounts to the ldap
directory proper.
I've tried to create an idmap entry (probably wrong) and a structural
SID with a sam account pointing to the numeric UID and a proper name for
the unix account, but it still shows up as UNIX-USER/accountname. what
am I in need of doing to make this show up as a user in the domain short
of adding an actual user for it?
2011 Apr 08
2
Thunderbird 3.1 unable to delete subfolder of Trash under mdbox
...the trashed folder "Trash/foo".
At this point, things start to happen differently.
With the Maildir user, the folder "Trash/foo" deletes successfully.
But with the mdbox user, Thunderbird pops up an error:
The current command did not succeed. The mail server for account
<accountname> responded: Invalid mailbox name: Trash/foo/.
The folder does disappear from the Thunderbird folder pane, but if
Thunderbird is "prodded" to refresh what folders it thinks are there,
then the folder reappears. If we check the user's mdbox directory, we
can see that indeed the...