Displaying 7 results from an estimated 7 matches for "unorderable".
Did you mean:
orderable
2019 Mar 29
3
Attempts to Set Max Password Age in Samba Tool Fails
...ut duration (mins): 60
Account lockout threshold (attempts): 30
Reset account lockout after (mins): 60
That needed to change so, I tried to enforce my company's policy:
# samba-tool domain passwordsettings set --max-pwd-age=270
ERROR(<class 'TypeError'>): uncaught exception - unorderable types: NoneType() >= int()
File "/usr/lib/python3/dist-packages/samba/netcmd/__init__.py", line 184, in _run
return self.run(*args, **kwargs)
File "/usr/lib/python3/dist-packages/samba/netcmd/domain.py", line 1513, in run
if max_pwd_age and max_pwd_age > 0 and...
2019 Mar 30
3
Attempts to Set Max Password Age in Samba Tool Fails
Hey Rowland,
Thanks for getting back to me. I just finished my recompile. I even ran a "samba-tool dbcheck --fix". I still I get this error:
samba-tool domain passwordsettings set --max-pwd-age=270
ERROR(<class 'TypeError'>): uncaught exception - unorderable types: NoneType() >= int()
File "/usr/lib/python3/dist-packages/samba/netcmd/__init__.py", line 184, in _run
return self.run(*args, **kwargs)
File "/usr/lib/python3/dist-packages/samba/netcmd/domain.py", line 1513, in run
if max_pwd_age and max_pwd_age > 0 and...
2019 May 05
2
samba-tool max-pwd-age error
...lockout duration (mins): 30
Account lockout threshold (attempts): 0
Reset account lockout after (mins): 30
if I try to change the max password age:
root at lnxdc1:/home/service# samba-tool domain passwordsettings set
--max-pwd-age=90
ERROR(<class 'TypeError'>): uncaught exception - unorderable types:
NoneType() >= int()
File "/usr/lib/python3/dist-packages/samba/netcmd/__init__.py", line 185,
in _run
return self.run(*args, **kwargs)
File "/usr/lib/python3/dist-packages/samba/netcmd/domain.py", line 1513,
in run
if max_pwd_age and max_pwd_age > 0 and...
2019 May 06
0
samba-tool max-pwd-age error
...t lockout threshold (attempts): 0
> Reset account lockout after (mins): 30
>
> if I try to change the max password age:
>
> root at lnxdc1:/home/service# samba-tool domain passwordsettings set
> --max-pwd-age=90
> ERROR(<class 'TypeError'>): uncaught exception - unorderable types:
> NoneType() >= int()
> File
> "/usr/lib/python3/dist-packages/samba/netcmd/__init__.py", line 185,
> in _run
> return self.run(*args, **kwargs)
> File
> "/usr/lib/python3/dist-packages/samba/netcmd/domain.py", line 1513,
> in run
>...
2019 Mar 29
0
Attempts to Set Max Password Age in Samba Tool Fails
...ter (mins): 60
> >
> >
> > That needed to change so, I tried to enforce my company's policy:
> >
> >
> >
> > # samba-tool domain passwordsettings set --max-pwd-age=270
> > ERROR(<class 'TypeError'>): uncaught exception - unorderable types:
> > NoneType() >= int() File
> > "/usr/lib/python3/dist-packages/samba/netcmd/__init__.py", line
> > 184, in _run return self.run(*args, **kwargs) File
> > "/usr/lib/python3/dist-packages/samba/netcmd/domain.py", line 1513,
> > in run...
2019 Mar 31
0
Attempts to Set Max Password Age in Samba Tool Fails
...,
>
>
> Thanks for getting back to me. I just finished my recompile. I even ran a "samba-tool dbcheck --fix". I still I get this error:
>
>
>
> samba-tool domain passwordsettings set --max-pwd-age=270
> ERROR(<class 'TypeError'>): uncaught exception - unorderable types: NoneType() >= int()
> File "/usr/lib/python3/dist-packages/samba/netcmd/__init__.py", line 184, in _run
> return self.run(*args, **kwargs)
> File "/usr/lib/python3/dist-packages/samba/netcmd/domain.py", line 1513, in run
> if max_pwd_age and max...
2019 Mar 30
1
Attempts to Set Max Password Age in Samba Tool Fails
...s): 60
> >
> >
> > That needed to change so, I tried to enforce my company's policy:
> >
> >
> >
> > # samba-tool domain passwordsettings set --max-pwd-age=270
> > ERROR(<class 'TypeError'>): uncaught exception - unorderable types:
> > NoneType() >= int() File
> > "/usr/lib/python3/dist-packages/samba/netcmd/__init__.py", line
> > 184, in _run return self.run(*args, **kwargs) File
> > "/usr/lib/python3/dist-packages/samba/netcmd/domain.py", line 1513,
> > in...