The Samba-Bugzilla – Attachment 3913 Details for
Bug 6081
Pdbedit -U option does not work with machine accounts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Script to set next RID for a Samba PDC
setrid (text/plain), 357 bytes, created by
rvjcallanan
on 2009-02-04 12:48:58 UTC
(
hide
)
Description:
Script to set next RID for a Samba PDC
Filename:
MIME Type:
Creator:
rvjcallanan
Created:
2009-02-04 12:48:58 UTC
Size:
357 bytes
patch
obsolete
>#!/bin/bash > ># setrid by RVJ Callanan 03-Feb-2009 ># sets next RID that Samba PDC will use > ># warning: rdb may change between samba versions >rdb="/var/cache/samba/winbindd_idmap.tdb" > >hexrid=`printf "%08X" "$1"` >hex3=${hexrid:0:2} >hex2=${hexrid:2:2} >hex1=${hexrid:4:2} >hex0=${hexrid:6:2} >tdbtool $rdb store RID_COUNTER\\0 "\\$hex0\\$hex1\\$hex2\\$hex3" >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 6081
:
3913
|
4221