NewDCEPerson returns a DCE Security (Version 2) UUID in the person domain with the id returned by os.Getuid. NewDCESecurity(Person, uint32(os.Getuid()))
()
| 44 | // |
| 45 | // NewDCESecurity(Person, uint32(os.Getuid())) |
| 46 | func NewDCEPerson() (UUID, error) { |
| 47 | return NewDCESecurity(Person, uint32(os.Getuid())) |
| 48 | } |
| 49 | |
| 50 | // NewDCEGroup returns a DCE Security (Version 2) UUID in the group |
| 51 | // domain with the id returned by os.Getgid. |