Displaying 17 results from an estimated 17 matches for "yad".
Did you mean:
pad
2007 Jun 12
1
Cannot get cmusieve to work
...lowing (as acurately as I could) the documentation, tuts
and examples. I found this in the dovecot list:
http://www.dovecot.org/list/dovecot/2007-March/020674.html
and I used the CONCAT method but anyway mails don't filter because of
two "//".
*********LOGS********
Jun 12 14:12:52 yad deliver(dani at exampledomain.org): Loading modules
from directory: /usr/lib/dovecot/modules/lda
Jun 12 14:12:52 yad deliver(dani at exampledomain.org): Module
loaded: /usr/lib/dovecot/modules/lda/lib90_cmusieve_plugin.so
Jun 12 14:12:52 yad deliver(dani at exampledomain.org): auth input:
dani a...
2018 Apr 04
2
How to change Domain password as normal user?
...and kpasswd do change the
> domain password for the user, "neither of them have anything to do
> with AD" and hence apparently do not reset the exipriation day. So,
> I've now tried:
>
> samba-tool user password -U $USER --ipaddress=192.168.0.2
The relevant line in my yad script looks like this:
${SAMBA_TOOL} user password ${NEWPASS} ${IPADDRESS} -U ${USERNAME}
${OLDPASS}
>
> and that works and does reset the expiration count so that my
> rpcclient query returns 90 days. I can also use the AD/DC host name
> instead of the IP address.
>
> I'...
2003 Jan 16
1
RE: How do I get the @#$$% job name to show instead of smbprn.yad a.yada?
> -----Original Message-----
> From: Joel Hammer [mailto:Joel@HammersHome.com]
> Sent: Wednesday, January 15, 2003 6:57 PM
> To: Van Sickler, Jim; samba@lists.samba.org
> Subject: Re: [Samba] How do I get the @#$$% job name to show
> instead of
> smbprn.yada.ya da?
>
>
> If the file name is right in /tmp/J, then it looks like samba
> is working ok.
>
> I guess the question would be, does your version of lpr support the -J
> option? lpr -H shows all the options.
>
> What happens if you just print a file on your linux se...
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
2018 Apr 04
0
How to change Domain password as normal user?
...; domain password for the user, "neither of them have anything to do
> > with AD" and hence apparently do not reset the exipriation day. So,
> > I've now tried:
> >
> > samba-tool user password -U $USER --ipaddress=192.168.0.2
>
> The relevant line in my yad script looks like this:
>
> ${SAMBA_TOOL} user password ${NEWPASS} ${IPADDRESS} -U ${USERNAME}
> ${OLDPASS}
>
> >
> > and that works and does reset the expiration count so that my
> > rpcclient query returns 90 days. I can also use the AD/DC host name
> > instea...
2017 Mar 27
3
Users list and the date the password will expire
On Sun, 26 Mar 2017 19:31:48 -0400 Mark Foley wrote:
>
> On Sun, 26 Mar 2017 19:53:01 +0100 Rowland Penny wrote:
> >
> > On Sun, 26 Mar 2017 14:32:53 -0400
> > Mark Foley via samba <samba at lists.samba.org> wrote:
> >
> >
> > > as root:
> > >
> > > ldbsearch --url=ldap://mail -b "DC=hprs,DC=local" -s sub
> >
2017 Mar 27
0
Users list and the date the password will expire
...r
TITLE="Change Expiring Password"
if [ "$togo" = 0 ]
then
MSG="Your password expires today.\nConsider changing your password."
else
MSG="Your password expires in $togo days.\nConsider changing your password."
fi
badPW=0
while [ 1 = 1 ]
do
pw=`yad --form --on-top --center --timeout=300 --timeout-indicator=top --separator="~" \
--image "$IMAGE" --image-on-top --title "$TITLE" \
--text="$MSG" \
--align=right \
--field="Enter current password:H" \
--field=...
2017 Mar 27
0
Users list and the date the password will expire
...r password expires today.\nConsider changing your password."
> > else
> > MSG="Your password expires in $togo days.\nConsider changing your
> > password."
> > fi
> >
> > badPW=0
> >
> > while [ 1 = 1 ]
> > do
> > pw=`yad --form --on-top --center --timeout=300 --timeout-indicator=top
> > --separator="~" \
> > --image "$IMAGE" --image-on-top --title "$TITLE" \
> > --text="$MSG" \
> > --align=right \
> > --field="...
2018 Mar 27
0
How to change Domain password as normal user?
...m.ldb.
>
> I'll refer the way to change the password from a joined linuxclient, by
> example via pam with the normal passwd program or kpasswd (if you have
> kerberos clients progs installed) or from a joined windows client.
>
I'm trying this from a domain member, and from a yad script that run upon login and checks the
expiration of the password. It was a script given to me by Roland, but proably he expected the
change to be done from root.
I can change the pw using the normal 'passwd', and that does change the domain crentials, but
as this is done in a script,...
2016 Jan 15
4
Samba AD/DC, Single-Sign-On, domain users cannot change password
On January 14, 2016 at 12:16 Rowland Penny wrote:
> Using 'passwd' does work, but pam has to be setup correctly and you
> cannot change the password on the first day unless you change the
> minimum password age to '0'
You answer piles of questions on this list, so you may not remember, but you helped me set this
whole domain-member/single logon thing last October. The
2018 Mar 28
5
How to change Domain password as normal user?
...l refer the way to change the password from a joined linuxclient, by
> > example via pam with the normal passwd program or kpasswd (if you have
> > kerberos clients progs installed) or from a joined windows client.
> >
>
> I'm trying this from a domain member, and from a yad script that run upon login and checks the
> expiration of the password. It was a script given to me by Roland, but proably he expected the
> change to be done from root.
>
> I can change the pw using the normal 'passwd', and that does change the domain crentials, but
> as t...
2016 Jan 15
0
Samba AD/DC, Single-Sign-On, domain users cannot change password
...nvestigate gmd3 and post back results. I am using Cinnamon on Ubuntu 15.10, but I
> suppose it should work.
It works on Debian wheezy with Mate, I have these pam packages installed:
libpam-winbind libpam-krb5 libnss-winbind
With these, I have 'passwd' changing AD passwords (I wrote a YAD script
for this) and using gdm3, when a user tries to login with an expired
password, they are asked to change it.
I have also set the minimum password age to '0'
Rowland
>
> Thanks for your response!
>
> --Mark
>
> -----Original Message-----
>> To: samba at list...
2018 Nov 27
3
Where is password expiration notice period
In our password settings we have:
> samba-tool domain passwordsettings show
:
Password complexity: on
Store plaintext passwords: off
:
Minimum password age (days): 0
Maximum password age (days): 90
:
I don't find any setting for how many days before the expiration to warn users about the
pending expiration. On Windows, users seem to get notified about a pending password expiration
at
2018 Mar 31
3
How to change Domain password as normal user?
On Sat, 31 Mar 2018 11:42:07 -0400
Mark Foley via samba <samba at lists.samba.org> wrote:
> On Sat, 31 Mar 2018 12:25:14 +0100 Rowland Penny <rpenny at samba.org>
> wrote:
> >
> > This will then prompt the user for their 'oldpassword' and then the
> > new password (twice). There is a gotcha though, as given it will
> > only work on a DC, to do the
2018 Jul 29
0
How.
...sda.ml/lists/lt.php?id=YUgGBAVQGAFQVB1QWlQKVF0F>
pen <http://lotasda.ml/lists/lt.php?id=YUgDCQ9QGAFQVB1QWlQKVF0F>
of Arthor ... in Heb
<http://lotasda.ml/lists/lt.php?id=YUgDCQFUGAFQVB1QWlQKVF0F>
rew <http://lotasda.ml/lists/lt.php?id=YUgNBwZQGAFQVB1QWlQKVF0F>
... the hand, the Yad of God.
<http://lotasda.ml/lists/lt.php?id=YUgNBwBQGAFQVB1QWlQKVF0F>
Not every song is about me; but that one--Carly Simon's certainly really
is, Odin's eye in Perseus' shield and some more clarity on how Icarus and
carpenter relate to McCarthy and macaroni; and we're off to...
2018 Jul 18
0
ET Y M OSO C A TOAY. Moscow. Hypo-X-Us .... TO DAY ... & AND Y Msg o' Pi ... "e, Ya!" ... at the crossroads of Secord, Oli North and ... Ved
...p://hoyo.cf/lists/lt.php?id=YUgGBAVQGAFRXR1QWlQKVF0F>
pen <http://hoyo.cf/lists/lt.php?id=YUgMCANSGAFRXR1QWlQKVF0F>
of /Arthor/ ... in Heb
<http://hoyo.cf/lists/lt.php?id=YUgNAwFRGAFRXR1QWlQKVF0F>
rew <http://hoyo.cf/lists/lt.php?id=YUgNBwZQGAFRXR1QWlQKVF0F>
... /the hand/, the Yad of God.
I suppose in the land of people who have become Holodecks it's worth
mentioning once again that I am something of a living pen, with a message I
never saw growing up appearing like lightning striking Herod, though if you
had a pen that could choose between the words "fold" an...
2003 Sep 03
4
winbind issues (domain user attempting session with samba)
Ok guys there's a lot of stuff in here. I am using Samba3.0beta1, becuase
I tried beta3 and when I mounted shares i could look at them. Well anyways
I'm in beta1 and I am attempting to set up winbind. Below is a copy of my
pam.d/samb file:
PAM.D/SAMBA:
auth sufficient /lib/security/pam_winbind.so
auth sufficient /lib/security/pam_unix.so use_first_pass
auth