Displaying 20 results from an estimated 10000 matches similar to: "How to query posix attributes from Samba 4?"
2019 May 14
2
Samba4 changing a user's password from linux workstation
Le 13/05/2019 à 18:44, Rowland penny via samba a écrit :
> On 13/05/2019 16:11, Julien TEHERY via samba wrote:
>> Hi
>>
>> I'm trying to find a way to change user passwords from ubuntu client
>> workstation on a samba4 domain.
>> I tried in CLI from the client workstation (ubuntu 14.04) with:
>>
>> - smbpasswd -U $user
>>
>> => In
2019 May 14
2
Samba4 changing a user's password from linux workstation
Le 14/05/2019 à 09:12, Rowland penny via samba a écrit :
> On 14/05/2019 07:32, Julien TEHERY via samba wrote:
>> Le 13/05/2019 à 18:44, Rowland penny via samba a écrit :
>>> On 13/05/2019 16:11, Julien TEHERY via samba wrote:
>>>> Hi
>>>>
>>>> I'm trying to find a way to change user passwords from ubuntu
>>>> client
2015 May 11
2
ldap host attribute is ignored
one more thing: firewalld service and selinux are deactivated.
On 05/11/2015 07:06 PM, Ulrich Hiller wrote:
> Hmmm...., i have made now a complete new install but the problem
> persists: ldap authentication works, but the host attribute is ignored.
>
> I have installed CentOS7 64bit with KDE.
> I did not do any 'yum update' or install of extra packages so far.
>
>
2015 May 11
3
ldap host attribute is ignored
On 05/09/2015 01:24 PM, Jonathan Billings wrote:
> Is it normal to have pam_unix and pam_sss twice for each each section?
No. See my previous message. I think it's the result of copying
portions of SuSE configurations.
2017 Feb 08
3
Users list and the date the password will expire
On Wed, 8 Feb 2017 18:32:15 +0100
Ole Traupe via samba <samba at lists.samba.org> wrote:
> That was weird: didn't see (expect) there to be a discussion right on
> the same topic going on at this very moment.
>
> Ole
>
>
> On 08.02.2017 17:37, Ole Traupe via samba wrote:
> > Hi list,
> >
> > long time no see! :)
> >
> > I was looking
2017 Feb 08
4
Users list and the date the password will expire
Hi list,
long time no see! :)
I was looking for an email reminder script for users whose password will
expire. Some of our users are on long travels and will never see the
Domain's default notification. I haven't found any complete (and simple)
solution online. So I wrote one. In case it helps anyone, you find it below.
You should only have to fill in the blanks for the the
2015 Nov 13
2
Problem switching to BIND9_DLZ
Hi,
I try to switch from internal DNS to bind9 on an samba-ad-dc (sernet
4.1.23 on debian wheezy).
I try to run
samba_upgradedns --dns-backend=BIND9_DLZ
and get an python error pointing to
/usr/lib/python2.7/dist-packages/samba/provision/__init__.py line 271
Reading domain information
Traceback (most recent call last):
File "/usr/sbin/samba_upgradedns", line 261, in
2018 May 30
1
Scripting the next UID/GID number to use
Hello.
If you want. I have already implemented something like this :
###############################
# get user rfc2307 attributes #
###############################
# get the new uid #
userUid=$(s4ldbsearch -H $samDatabase -s base -b
CN=$shortDomain,CN=ypservers,CN=ypServ30,CN=RpcServices,CN=System,$baseDN
msSFU30MaxUidNumber | grep 'msSFU30MaxUidNumber:')
if [ -z "$userUid"
2013 Feb 22
6
Samba 4 and freeradius
Hi,
My goal is to make use of samba 4 and freeradius to authenticate user to use wifi network (WPA2 enterprise).
The setup is to setup Samba 4.0.3 in machine A and setup freeradius in machine B.
By reading:
Document A: http://wiki.samba.org/index.php/Samba4/beyond
Document B: https://wiki.samba.org/index.php/Samba4/HOWTO/Virtual_Private_Network
Document C:
2009 Feb 11
1
Something weird about pdbedit.
Hi !
I'm running a samba domain controler under rhel 5. It's version
3.0.33-3.7.el5.
I've also installed a ldap server to store users and groups and so on.
When I try a pdbedit -v david, I get the following :
Unix username: david
NT username: david
Account Flags: [U ]
User SID: S-1-5-21-215069222-2822928016-2390355089-1016
Finding user
2015 Nov 13
2
[SOLVED] Re: Problem switching to BIND9_DLZ
On 13/11/15 07:00, Achim Gottinger wrote:
>
>
> Am 13.11.2015 um 07:11 schrieb Achim Gottinger:
>> Hi,
>>
>> I try to switch from internal DNS to bind9 on an samba-ad-dc (sernet
>> 4.1.23 on debian wheezy).
>> I try to run
>>
>> samba_upgradedns --dns-backend=BIND9_DLZ
>>
>> and get an python error pointing to
>>
2017 Sep 26
1
AD Integration for Authentication
Hi,
We are tying to integrate NextCloud like applications with Samba-AD for
authentication purposes. We are receiving the error message, "Cannot
Connect to Active Directory". The settings used for establishing
connection are as follows:
Server Name : dc.example.com
UserDN : CN=Administrator,CN=Users,DC=example,DC=com
Password = ************
BaseDN = DC=example,DC=com.
NextCloud
2016 May 27
2
Updating RegMask inline
Hello Mentors,
I have completed writing simple register mask calculator pass, an immutable
pass that stores RegMasks and provides API to query them, and a target
specific pass for X86 target which currently iterates through all MI in
given MF and if a call instruction is found then it quires for RegMask to
Immutable pass and prints which registers are clobbered and preserved as
per actual
2016 Jan 27
4
Samba 4 Active Directory Quotas
Good afternoon,
I've this issue: I have followed the instructions in this thread but,
when I try to add quota.ldif I receive this error:
Unable to find attribute quota in the schema
ERR: (Invalid attribute syntax) "objectclass_attrs: attribute
'mayContain' on entry
'CN=systemQuotas,CN=Schema,CN=Configuration,DC=my_domain,DC=it' contains
at least one invalid
2004 Jul 23
2
Base ldap access file.
Hi,
Having set up a few Samba-ldap installations, I always end up with the
feeling that OpenLDAP ACLs is what took time. The following patches /
scripts might help someone else.
I would appreciate some input on the access.conf.pl file so that it is
even better tuned.
Mr Tournier and the sambateam: Please include the files you find
usefull.
The attached files are:
slapd.conf.pl :
A simple
2016 May 27
3
Updating RegMask inline
On Sat, May 28, 2016 at 12:21 AM, Mehdi Amini <mehdi.amini at apple.com> wrote:
>
> > On May 27, 2016, at 11:49 AM, vivek pandya <vivekvpandya at gmail.com>
> wrote:
> >
> > Hello Mentors,
> >
> > I have completed writing simple register mask calculator pass, an
> immutable pass that stores RegMasks and provides API to query them, and a
>
2019 Mar 27
5
samba 4.9.5 - joining Samba DC to existing Samba AD failed (ldbsearch has not -U and -V)
On Wed, 27 Mar 2019 13:00:42 +0100
Franta Hanzlík <franta at hanzlici.cz> wrote:
> Yes, is no difference between '-UAdministrator' and '-U
> Administrator'. But it seems, as ldbsearch in 4.9.5 is different than
> 4.9.4-. (I was furious with that, because I found lot articles on
> net, where -U _username_ was stated.
>
> My ldbsearch is from pure
2005 Mar 16
3
Samba and LDAP Base DN
Right now, I have all of my Samba stuff under ou=corp,dc=mycompany,dc=com. I
have it this way because there used to also be ou=furn,dc=mycompany,dc=com
with a different domain. Now that I only have one domain, I would like to
move everything to dc=mycompany,dc=com. So I copy all of the subentries of
ou=corp (ou=computers, ou=people, ou=grooups, and the sambaDomainName
entries) to
2019 Dec 03
2
Account locked and delayed user data propagation...
Mandi! Rowland penny via samba
In chel di` si favelave...
I came back on this, because still some glitches happen.
Yesterday I'm locked out.
'pdbedit -vL gaio' say me that account IS locked. But:
> yes, Provided you use the right attribute to search on ;-)
> Something like this will give you if/when the account was locked out:
> ldbsearch -H
2016 May 28
0
Updating RegMask inline
On Sat, May 28, 2016 at 12:23 AM, vivek pandya <vivekvpandya at gmail.com>
wrote:
>
>
> On Sat, May 28, 2016 at 12:21 AM, Mehdi Amini <mehdi.amini at apple.com>
> wrote:
>
>>
>> > On May 27, 2016, at 11:49 AM, vivek pandya <vivekvpandya at gmail.com>
>> wrote:
>> >
>> > Hello Mentors,
>> >
>> > I have